We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 847f94f commit 77ed29bCopy full SHA for 77ed29b
Doc/library/functions.rst
@@ -1773,7 +1773,7 @@ are always available. They are listed here in alphabetical order.
1773
ValueError: zip() argument 2 is longer than argument 1
1774
1775
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
+ different lengths will be silenced, possibly manifesting as a hard-to-find
1777
bug in another part of the program.
1778
1779
* Shorter iterables can be padded with a constant value to make all the
0 commit comments