]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139229)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Oct 2025 18:23:39 +0000 (20:23 +0200)
committerGitHub <noreply@github.com>
Tue, 7 Oct 2025 18:23:39 +0000 (19:23 +0100)
(cherry picked from commit 4fb338d844a1e992857a17b5bd1269837e847fb2)

Doc/library/zoneinfo.rst

index 53d8e2598ec1c783804381acbbd56c67e3ab0498..d95260896f75e10429a0fc247c1b7cee55b7f589 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: