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

Skip to content

Commit 8281391

Browse files
jklymakQuLogic
andauthored
Update doc/api/next_api_changes/deprecations/19483-JMK.rst
Co-authored-by: Elliott Sales de Andrade <[email protected]>
1 parent 669e1cc commit 8281391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
``epoch2num`` and ``num2epoch`` are deprecated
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
33
These methods convert from unix timestamps to matplotlib floats, but are not
4-
useed internally to matplotlib, and should not be needed by endusers.
4+
used internally to Matplotlib, and should not be needed by end users.
55
To convert a unix timestamp to datetime, simply use
66
`datetime.datetime.utcfromtimestamp`, or to use numpy datetime64
77
``dt = np.datetim64(e*1e6, 'us')``.

0 commit comments

Comments
 (0)