File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -274,8 +274,8 @@ def _from_ordinalf(x, tz=None):
274
274
class strpdate2num (object ):
275
275
"""
276
276
Use this class to parse date strings to matplotlib datenums when
277
- you know the date format string of the date you are parsing. See
278
- :file:`examples/load_demo.py` .
277
+ you know the date format string of the date you are parsing.
278
+ :file: needs to be updated .
279
279
"""
280
280
def __init__ (self , fmt ):
281
281
""" fmt: any valid strptime format is supported """
@@ -292,7 +292,7 @@ class bytespdate2num(strpdate2num):
292
292
"""
293
293
Use this class to parse date strings to matplotlib datenums when
294
294
you know the date format string of the date you are parsing. See
295
- :file:`examples/load_demo .py`.
295
+ :file:`examples/pylab_examples/load_converter .py`.
296
296
"""
297
297
def __init__ (self , fmt , encoding = 'utf-8' ):
298
298
"""
You can’t perform that action at this time.
0 commit comments