Skip to content

Commit b25b725

Browse files
wimglennMariatta
authored andcommitted
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974)
Replace `datetuil` into `dateutil` (cherry picked from commit 53f2af1)
1 parent 68e5af8 commit b25b725

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1849,11 +1849,11 @@ only EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
18491849

18501850
.. seealso::
18511851

1852-
`datetuil.tz <https://dateutil.readthedocs.io/en/stable/tz.html>`_
1852+
`dateutil.tz <https://dateutil.readthedocs.io/en/stable/tz.html>`_
18531853
The standard library has :class:`timezone` class for handling arbitrary
18541854
fixed offsets from UTC and :attr:`timezone.utc` as UTC timezone instance.
18551855

1856-
*datetuil.tz* library brings the *IANA timezone database* (also known as the
1856+
*dateutil.tz* library brings the *IANA timezone database* (also known as the
18571857
Olson database) to Python and its usage is recommended.
18581858

18591859
`IANA timezone database <https://www.iana.org/time-zones>`_

0 commit comments

Comments
 (0)