Skip to content

Commit 77ed29b

Browse files
authored
Fix typo in functions.rst (GH-21131)
1 parent 847f94f commit 77ed29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ are always available. They are listed here in alphabetical order.
17731773
ValueError: zip() argument 2 is longer than argument 1
17741774

17751775
Without the ``strict=True`` argument, any bug that results in iterables of
1776-
different lengths will be silenced, possibly mainfesting as a hard-to-find
1776+
different lengths will be silenced, possibly manifesting as a hard-to-find
17771777
bug in another part of the program.
17781778

17791779
* Shorter iterables can be padded with a constant value to make all the

0 commit comments

Comments
 (0)