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

Skip to content

Commit e4a1d59

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -984,7 +984,7 @@ class rrulewrapper:
984984
A simple wrapper around a ``dateutil.rrule`` allowing flexible
985985
date tick specifications.
986986
"""
987-
987+
988988
def __init__(self, freq, tzinfo=None, **kwargs):
989989
kwargs['freq'] = freq
990990
self._base_tzinfo = tzinfo

0 commit comments

Comments
 (0)