]> granicus.if.org Git - python/commitdiff
bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) (GH-1974)
authorwim glenn <wim.glenn@gmail.com>
Tue, 6 Jun 2017 19:32:14 +0000 (14:32 -0500)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 6 Jun 2017 19:32:14 +0000 (12:32 -0700)
Replace `datetuil` into `dateutil`
(cherry picked from commit 53f2af16551eb3a080da313257603c31ef8b93b4)

Doc/library/datetime.rst

index c9318557f5c8269fe71a1246398ed23231ef7798..98fe86eba8ac774c70a5b174eda6a1a3991d8b94 100644 (file)
@@ -1849,11 +1849,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>`_