From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:54:08 +0000 (+0200) Subject: [3.13] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139230) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=15a2cd6a1d015aae7aaee0411a40cc963328be49;p=thirdparty%2FPython%2Fcpython.git [3.13] `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) (#139230) `Doc/library/zoneinfo.rst`: Fix typo (GH-139190) Removes duplicated wording. (cherry picked from commit 4fb338d844a1e992857a17b5bd1269837e847fb2) Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com> --- diff --git a/Doc/library/zoneinfo.rst b/Doc/library/zoneinfo.rst index 53d8e2598ec1..d95260896f75 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: