mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Fix typos in comments, documentation and test method names
This commit is contained in:
parent
129fe04d4d
commit
f0564164ba
10 changed files with 12 additions and 12 deletions
|
@ -237,7 +237,7 @@ Assignment of an object to a single target is recursively defined as follows.
|
|||
phase, causing less detailed error messages.
|
||||
|
||||
Although the definition of assignment implies that overlaps between the
|
||||
left-hand side and the right-hand side are 'simultanenous' (for example ``a, b =
|
||||
left-hand side and the right-hand side are 'simultaneous' (for example ``a, b =
|
||||
b, a`` swaps two variables), overlaps *within* the collection of assigned-to
|
||||
variables occur left-to-right, sometimes resulting in confusion. For instance,
|
||||
the following program prints ``[0, 2]``::
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue