Skip to content

Navigation Menu

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

Browse filesBrowse files
oscargusmeeseeksmachine
authored andcommitted
Backport PR #23784: DOC: Fix num2date docstring
1 parent 49111fe commit 0e63a5f
Copy full SHA for 0e63a5f

File tree

Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-2
lines changed

‎lib/matplotlib/dates.py

Copy file name to clipboardExpand all lines: lib/matplotlib/dates.py
+1-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.