mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Fix a bunch of typos in documentation, docstrings and comments.
(From SF patch #810751)
This commit is contained in:
parent
4b17e3993b
commit
f0dfc7ac5c
43 changed files with 47 additions and 47 deletions
|
@ -149,7 +149,7 @@ target.
|
|||
|
||||
\item
|
||||
If the target list is a comma-separated list of targets: The object
|
||||
must be a sequence with the same number of items as the there are
|
||||
must be a sequence with the same number of items as there are
|
||||
targets in the target list, and the items are assigned, from left to
|
||||
right, to the corresponding targets. (This rule is relaxed as of
|
||||
Python 1.5; in earlier versions, the object had to be a tuple. Since
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue