-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Added docstring to rrulewrapper class #21993
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
Conversation
lib/matplotlib/dates.py
Outdated
@@ -980,6 +980,11 @@ def __call__(self, x, pos=None): | |||
|
|||
|
|||
class rrulewrapper: | |||
""" | |||
A simple wrapper around a ``dateutil.rrule`` allowing almost | |||
arbitrary date tick specifications. |
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.
Maybe "allowing flexible date tick ...".
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.
Thanks for the PR! It looks like it's failing our flake8 tests. Could you fix this? It looks like there just a blank line that needs deleting.
@dstansby Thanks for the hint! |
#21880 @StefRe