summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorPierre de Buyl <pdebuyl@pdebuyl.be>2020-03-06 13:03:50 +0100
committerGitHub <noreply@github.com>2020-03-06 13:03:50 +0100
commite0adc7145a7006b4dfb1828c687d406e9e386f77 (patch)
treec978b3ad47ca5cd043af50a967b66cb3e760a25c /doc/source
parent4cd8a598c38109ba5ac53c70f849b10d21aa2b43 (diff)
downloadnumpy-e0adc7145a7006b4dfb1828c687d406e9e386f77.tar.gz
Update doc/source/reference/arrays.datetime.rst
Co-Authored-By: Eric Wieser <wieser.eric@gmail.com>
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/reference/arrays.datetime.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/reference/arrays.datetime.rst b/doc/source/reference/arrays.datetime.rst
index 74d886fcb..9ce77424a 100644
--- a/doc/source/reference/arrays.datetime.rst
+++ b/doc/source/reference/arrays.datetime.rst
@@ -104,7 +104,7 @@ because the moment of time is still being represented exactly.
.. deprecated:: 1.11.0
- NumPy does not use timezones. For backwards compatibility, datetime64
+ NumPy does not store timezone information. For backwards compatibility, datetime64
still parses timezone offsets, which it handles by converting to
UTC. This behaviour is deprecated and will raise an error in the
future.
@@ -368,4 +368,3 @@ Some examples::
weekmask = "Mon Tue Wed Thu Fri"
# any amount of whitespace is allowed; abbreviations are case-sensitive.
weekmask = "MonTue Wed Thu\tFri"
-