Skip to content

Commit 9ddc239

Browse files
author
Sven Eschlbeck
authored
Update dates.py
1 parent 3fc3c27 commit 9ddc239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/matplotlib/dates.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -981,8 +981,8 @@ def __call__(self, x, pos=None):
981981

982982
class rrulewrapper:
983983
"""
984-
A simple wrapper around a ``dateutil.rrule`` allowing almost
985-
arbitrary date tick specifications.
984+
A simple wrapper around a ``dateutil.rrule`` allowing flexible
985+
date tick specifications.
986986
"""
987987

988988
def __init__(self, freq, tzinfo=None, **kwargs):

0 commit comments

Comments
 (0)