Skip to content

Commit d75440e

Browse files
committed
Fix
1 parent 3e3d984 commit d75440e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/api/date.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
conversion, tick locating and formatting is done behind the scenes so this
1313
is most transparent to you. The dates module provides several converter
1414
functions `matplotlib.dates.date2num` and `matplotlib.dates.num2date`.
15-
These can convert between `datetime.datetime` objects and `numpy.datetime64`
15+
These can convert between `datetime.datetime` objects and `np.datetime64`
1616
objects.
1717
"""
1818

0 commit comments

Comments
 (0)