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 1b76dc4

Browse filesBrowse files
authored
Merge pull request #23788 from meeseeksmachine/auto-backport-of-pr-23784-on-v3.6.x
Backport PR #23784 on branch v3.6.x (DOC: Fix num2date docstring)
2 parents 49111fe + 0e63a5f commit 1b76dc4
Copy full SHA for 1b76dc4

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.