[Python-checkins] cpython (2.7): #16985: Remove incorrect phrase indication presence of non-present concrete UTC

jason.coombs python-checkins at python.org
Fri Jan 18 21:35:58 CET 2013


http://hg.python.org/cpython/rev/582ecb9a4061
changeset:   81580:582ecb9a4061
branch:      2.7
parent:      81576:8886d7ca159b
user:        Jason R. Coombs <jaraco at jaraco.com>
date:        Fri Jan 18 15:33:39 2013 -0500
summary:
  #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.

files:
  Doc/library/datetime.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1533,7 +1533,7 @@
 .. 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*.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list