bpo-30583: Fix typo in datetime dateutil documentation (GH-1972)

Replace `datetuil` into `dateutil`
This commit is contained in:
wim glenn 2017-06-06 12:54:41 -05:00 committed by Mariatta
parent 6a1d84e2b3
commit 53f2af1655
1 changed files with 2 additions and 2 deletions

View File

@ -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>`_