8000 Merge pull request #23784 from StefRe/patch-1 · matplotlib/matplotlib@dd7cf3a · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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)
0