Skip to content

Commit 3fc3c27

Browse files
author
sveneschlbeck
committed
Added docstring to rrulewrapper class
1 parent d1fb1b4 commit 3fc3c27

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/matplotlib/dates.py

+5
Original file line numberDiff line numberDiff line change
@@ -980,6 +980,11 @@ def __call__(self, x, pos=None):
980980

981981

982982
class rrulewrapper:
983+
"""
984+
A simple wrapper around a ``dateutil.rrule`` allowing almost
985+
arbitrary date tick specifications.
986+
"""
987+
983988
def __init__(self, freq, tzinfo=None, **kwargs):
984989
kwargs['freq'] = freq
985990
self._base_tzinfo = tzinfo

0 commit comments

Comments
 (0)