Skip to content

Commit 9f44c3c

Browse files
committed
Commit to fix a broken link
1 parent 258dbf5 commit 9f44c3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/matplotlib/dates.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,8 @@ def _from_ordinalf(x, tz=None):
274274
class strpdate2num(object):
275275
"""
276276
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.
279279
"""
280280
def __init__(self, fmt):
281281
""" fmt: any valid strptime format is supported """
@@ -292,7 +292,7 @@ class bytespdate2num(strpdate2num):
292292
"""
293293
Use this class to parse date strings to matplotlib datenums when
294294
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`.
296296
"""
297297
def __init__(self, fmt, encoding='utf-8'):
298298
"""

0 commit comments

Comments
 (0)