#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.

This commit is contained in:
Jason R. Coombs 2013-01-18 15:33:39 -05:00
parent 9e0f462cb2
commit 86af58156b
1 changed files with 1 additions and 1 deletions

View File

@ -1533,7 +1533,7 @@ EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
.. seealso:: .. seealso::
`pytz <http://pypi.python.org/pypi/pytz/>`_ `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 there exists a third-party library which brings the *IANA timezone
database* (also known as the Olson database) to Python: *pytz*. database* (also known as the Olson database) to Python: *pytz*.