Skip to content

Commit 4fb338d

Browse files
Doc/library/zoneinfo.rst: Fix typo (#139190)
Removes duplicated wording.
1 parent 61e54e5 commit 4fb338d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/zoneinfo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The behavior of a ``ZoneInfo`` file depends on how it was constructed:
299299
1. ``ZoneInfo(key)``: When constructed with the primary constructor, a
300300
``ZoneInfo`` object is serialized by key, and when deserialized, the
301301
deserializing process uses the primary and thus it is expected that these
302-
are expected to be the same object as other references to the same time
302+
are the same object as other references to the same time
303303
zone. For example, if ``europe_berlin_pkl`` is a string containing a pickle
304304
constructed from ``ZoneInfo("Europe/Berlin")``, one would expect the
305305
following behavior:

0 commit comments

Comments
 (0)