Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b57506e

Browse files
authored
Merge pull request #21993 from sveneschlbeck/add_rrulewrapper_docstring
Added docstring to rrulewrapper class
2 parents af76ddf + a782235 commit b57506e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/matplotlib/dates.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,10 @@ def __call__(self, x, pos=None):
980980

981981

982982
class rrulewrapper:
983+
"""
984+
A simple wrapper around a ``dateutil.rrule`` allowing flexible
985+
date tick specifications.
986+
"""
983987
def __init__(self, freq, tzinfo=None, **kwargs):
984988
kwargs['freq'] = freq
985989
self._base_tzinfo = tzinfo

0 commit comments

Comments
 (0)