Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Docstring cleanups.#20973
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Docstring cleanups.#20973
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Mostly D401 (imperative mood) fixes, and a few other things.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
it's better even if my comments are ignored, I'm just confused
""" | ||
The artist class that will be returned for SimpleArrow style. | ||
""" | ||
"""The artist class that will be returned for SimpleArrow style.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
"""The artistclass that will be returned forSimpleArrow style.""" | |
"""The artistreturned when arrow style isSimpleArrow""" |
""" | ||
The artist class that will be returned for SimpleArrow style. | ||
""" | ||
"""The artist class that will be returned for SimpleArrow style.""" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
What triggers this versus returning the SimpleArrow above?
Probably the whole axisline_style needs rewording, but let's not do that here. |
@meeseeksdev backport to v3.5.x |
…973-on-v3.5.xBackport PR#20973 on branch v3.5.x (Docstring cleanups.)
Mostly D401 (imperative mood) fixes, and a few other things.
PR Summary
PR Checklist
pytest
passes).flake8
on changed files to check).flake8-docstrings
and runflake8 --docstring-convention=all
).doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).