]> granicus.if.org Git - python/commitdiff
#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinf...
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 18 Jan 2013 20:33:39 +0000 (15:33 -0500)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 18 Jan 2013 20:33:39 +0000 (15:33 -0500)
Doc/library/datetime.rst

index b6a2070cfd13185145dcac23299a55ca06bc0c4f..409fd8bead2f7559f5bb96683b8c2069232f3160 100644 (file)
@@ -1533,7 +1533,7 @@ EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
 .. seealso::
 
    `pytz <http://pypi.python.org/pypi/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*.