Commit to fix a broken link #7496
Merged
| @@ -274,8 +274,7 @@ def _from_ordinalf(x, tz=None): | ||
| class strpdate2num(object): | ||
| """ | ||
| Use this class to parse date strings to matplotlib datenums when | ||
| - you know the date format string of the date you are parsing. See | ||
| - :file:`examples/load_demo.py`. | ||
| + you know the date format string of the date you are parsing. | ||
story645
Member
|
||
| """ | ||
| def __init__(self, fmt): | ||
| """ fmt: any valid strptime format is supported """ | ||
| @@ -292,7 +291,7 @@ class bytespdate2num(strpdate2num): | ||
| """ | ||
| Use this class to parse date strings to matplotlib datenums when | ||
| you know the date format string of the date you are parsing. See | ||
| - :file:`examples/load_demo.py`. | ||
| + :file:`examples/pylab_examples/load_converter.py`. | ||
| """ | ||
| def __init__(self, fmt, encoding='utf-8'): | ||
| """ | ||
the format string of the date being parsed is known. (May as well remove the second person...?)