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

Skip to content

Commit dd7cf3a

Browse files
authored
Merge pull request #23784 from StefRe/patch-1
DOC: Fix num2date docstring
2 parents cbfd39a + a3917c2 commit dd7cf3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/dates.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -525,8 +525,7 @@ def num2date(x, tz=None):
525525
526526
Notes
527527
-----
528-
The addition of one here is a historical artifact. Also, note that the
529-
Gregorian calendar is assumed; this is not universal practice.
528+
The Gregorian calendar is assumed; this is not universal practice.
530529
For details, see the module docstring.
531530
"""
532531
tz = _get_tzinfo(tz)

0 commit comments

Comments
 (0)