Skip to content

Commit

Permalink
bpo-30583: Fix typo in datetime dateutil documentation (pythonGH-1972)
Browse files Browse the repository at this point in the history
Replace `datetuil` into `dateutil`
  • Loading branch information
wimglenn authored and Mariatta committed Jun 6, 2017
1 parent 6a1d84e commit 53f2af1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`_
Expand Down

0 comments on commit 53f2af1

Please sign in to comment.