]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
`Doc/library/zoneinfo.rst`: Fix typo (#139190)
authorStan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Mon, 22 Sep 2025 11:25:39 +0000 (12:25 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Sep 2025 11:25:39 +0000 (07:25 -0400)
Removes duplicated wording.

Doc/library/zoneinfo.rst

index fe7d57690fad5c157d2ccadf1301569b9d2cc917..8147e58d3226675a158f3e8a3334a7241ce1c0b2 100644 (file)
@@ -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: