https://github.com/python/cpython/commit/4fb338d844a1e992857a17b5bd1269837e847fb2
commit: 4fb338d844a1e992857a17b5bd1269837e847fb2
branch: main
author: Stan Ulbrych <[email protected]>
committer: pganssle <[email protected]>
date: 2025-09-22T07:25:39-04:00
summary:

`Doc/library/zoneinfo.rst`: Fix typo (#139190)

Removes duplicated wording.

files:
M Doc/library/zoneinfo.rst

diff --git a/Doc/library/zoneinfo.rst b/Doc/library/zoneinfo.rst
index fe7d57690fad5c..8147e58d322667 100644
--- a/Doc/library/zoneinfo.rst
+++ b/Doc/library/zoneinfo.rst
@@ -299,7 +299,7 @@ The behavior of a ``ZoneInfo`` file depends on how it was 
constructed:
 1. ``ZoneInfo(key)``: When constructed with the primary constructor, a
    ``ZoneInfo`` object is serialized by key, and when deserialized, the
    deserializing process uses the primary and thus it is expected that these
-   are expected to be the same object as other references to the same time
+   are the same object as other references to the same time
    zone.  For example, if ``europe_berlin_pkl`` is a string containing a pickle
    constructed from ``ZoneInfo("Europe/Berlin")``, one would expect the
    following behavior:

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to