summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorwim glenn <wim.glenn@gmail.com>2017-06-06 17:54:41 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-06-06 17:54:41 (GMT)
commit53f2af16551eb3a080da313257603c31ef8b93b4 (patch)
tree4b7536d47c081d151ef795102d91366a210aa238 /Doc
parent6a1d84e2b37291b7e3bc5ddad14a60aed430e404 (diff)
downloadcpython-53f2af16551eb3a080da313257603c31ef8b93b4.zip
cpython-53f2af16551eb3a080da313257603c31ef8b93b4.tar.gz
cpython-53f2af16551eb3a080da313257603c31ef8b93b4.tar.bz2
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)
Replace `datetuil` into `dateutil`
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/datetime.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 871ae51..e757e5d 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1853,11 +1853,11 @@ only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
.. seealso::
- `datetuil.tz <https://dateutil.readthedocs.io/en/stable/tz.html>`_
+ `dateutil.tz <https://dateutil.readthedocs.io/en/stable/tz.html>`_
The standard library has :class:`timezone` class for handling arbitrary
fixed offsets from UTC and :attr:`timezone.utc` as UTC timezone instance.
- *datetuil.tz* library brings the *IANA timezone database* (also known as the
+ *dateutil.tz* library brings the *IANA timezone database* (also known as the
Olson database) to Python and its usage is recommended.
`IANA timezone database <https://www.iana.org/time-zones>`_