#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 b6a2070..409fd8b 100644
--- 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*.