From 8af26a1887cdbaa547688e242c1f65da1166c176 Mon Sep 17 00:00:00 2001 From: Wim Glenn Date: Tue, 6 Jun 2017 12:29:05 -0500 Subject: [PATCH] s/datetuil/dateutil --- Doc/library/datetime.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 871ae51cd77bf0..e757e5d685b779 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 `_