mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
Doc/library/zoneinfo.rst: Fix typo (#139190)
Removes duplicated wording.
This commit is contained in:
parent
61e54e52ea
commit
4fb338d844
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue