mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Fix typo in functions.rst (GH-21131)
This commit is contained in:
parent
847f94f47b
commit
77ed29b2c2
1 changed files with 1 additions and 1 deletions
|
@ -1773,7 +1773,7 @@ are always available. They are listed here in alphabetical order.
|
|||
ValueError: zip() argument 2 is longer than argument 1
|
||||
|
||||
Without the ``strict=True`` argument, any bug that results in iterables of
|
||||
different lengths will be silenced, possibly mainfesting as a hard-to-find
|
||||
different lengths will be silenced, possibly manifesting as a hard-to-find
|
||||
bug in another part of the program.
|
||||
|
||||
* Shorter iterables can be padded with a constant value to make all the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue