From: wim glenn Date: Tue, 6 Jun 2017 17:54:41 +0000 (-0500) Subject: bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) X-Git-Tag: v3.7.0a1~679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=53f2af16551eb3a080da313257603c31ef8b93b4;p=thirdparty%2FPython%2Fcpython.git bpo-30583: Fix typo in datetime dateutil documentation (GH-1972) Replace `datetuil` into `dateutil` --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 871ae51cd77b..e757e5d685b7 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 `_ + `dateutil.tz `_ 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 `_