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

Skip to content

Commit 554ad8a

Browse files
authored
Merge pull request #10461 from pseyfert/linkfix
fix broken link in lib/matplotlib/dates.py comment
2 parents 89647c1 + 9c475c6 commit 554ad8a

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
@@ -726,7 +726,7 @@ def strftime(self, dt, fmt=None):
726726
fmt = fmt.replace("%s", "s")
727727
if dt.year >= 1900:
728728
# Note: in python 3.3 this is okay for years >= 1000,
729-
# refer to http://bugs.python.org/issue177742
729+
# refer to http://bugs.python.org/issue1777412
730730
return cbook.unicode_safe(dt.strftime(fmt))
731731

732732
return self.strftime_pre_1900(dt, fmt)

0 commit comments

Comments
 (0)