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

Skip to content

Commit 1487765

Browse files
jklymakQuLogic
andauthored
Update lib/matplotlib/dates.py
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent a54d16b commit 1487765

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
@@ -1783,7 +1783,7 @@ def num2epoch(d):
17831783
Returns
17841784
-------
17851785
`numpy.array`
1786-
Time in seconds since 1970-01-01
1786+
Time in seconds since 1970-01-01.
17871787
"""
17881788
dt = (np.datetime64('1970-01-01T00:00:00', 's') -
17891789
np.datetime64(get_epoch(), 's')).astype(float)

0 commit comments

Comments
 (0)