From: Jason R. Coombs Date: Fri, 18 Jan 2013 20:33:39 +0000 (-0500) Subject: #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinf... X-Git-Tag: v2.7.4rc1~234 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86af58156bacf4179af59cad019069f3b07629de;p=thirdparty%2FPython%2Fcpython.git #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b6a2070cfd13..409fd8bead2f 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1533,7 +1533,7 @@ EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)). .. seealso:: `pytz `_ - The standard library has no :class:`tzinfo` instances except for UTC, but + The standard library has no :class:`tzinfo` instances, but there exists a third-party library which brings the *IANA timezone database* (also known as the Olson database) to Python: *pytz*.