Skip to content

Commit 46c0ead

Browse files
committed
Merge pull request #7496 from vraelvrangr/link-fix-branch
DOC: Commit to fix a broken link
1 parent dc66735 commit 46c0ead

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/matplotlib/dates.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,8 +274,7 @@ 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.
279278
"""
280279
def __init__(self, fmt):
281280
""" fmt: any valid strptime format is supported """
@@ -292,7 +291,7 @@ class bytespdate2num(strpdate2num):
292291
"""
293292
Use this class to parse date strings to matplotlib datenums when
294293
you know the date format string of the date you are parsing. See
295-
:file:`examples/load_demo.py`.
294+
:file:`examples/pylab_examples/load_converter.py`.
296295
"""
297296
def __init__(self, fmt, encoding='utf-8'):
298297
"""

0 commit comments

Comments
 (0)