-
-
Notifications
You must be signed in to change notification settings - Fork 7.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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docstring cleanups. #20973
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 artist class that will be returned for SimpleArrow style.""" | |
"""The artist returned when arrow style is SimpleArrow""" |
""" | ||
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.x Backport 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).