mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge typo fixes from 3.5
This commit is contained in:
commit
1ce738e08f
18 changed files with 26 additions and 26 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