8000 #16985: Remove incorrect phrase indication presence of non-present co… · python/cpython@86af581 · GitHub
[go: up one dir, main page]

Skip to content

Commit 86af581

Browse files
committed
#16985: Remove incorrect phrase indication presence of non-present concrete UTC tzinfo instance.
1 parent 9e0f462 commit 86af581

File tree

8000 1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1533,7 +1533,7 @@ EST (fixed offset -5 hours), or only EDT (fixed offset -4 hours)).
15331533
.. seealso::
15341534

15351535
`pytz <http://pypi.python.org/pypi/pytz/>`_
1536-
The standard library has no :class:`tzinfo` instances except for UTC, but
1536+
The standard library has no :class:`tzinfo` instances, but
15371537
there exists a third-party library which brings the *IANA timezone
15381538
database* (also known as the Olson database) to Python: *pytz*.
15391539

0 commit comments

Comments
 (0)
0