From 86af58156bacf4179af59cad019069f3b07629de Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 18 Jan 2013 15:33:39 -0500 Subject: [PATCH] #16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance. --- Doc/library/datetime.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b6a2070cfd..409fd8bead 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*. -- 2.50.1