mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Fix duplicate paragraph.
This commit is contained in:
parent
a5bb2ca323
commit
525201a08c
1 changed files with 0 additions and 4 deletions
|
|
@ -146,10 +146,6 @@ Assignment of an object to a single target is recursively defined as follows.
|
|||
* Otherwise: the name is bound to the object in the global namespace or the
|
||||
outer namespace determined by :keyword:`nonlocal`, respectively.
|
||||
|
||||
The name is rebound if it was already bound. This may cause the reference
|
||||
count for the object previously bound to the name to reach zero, causing the
|
||||
object to be deallocated and its destructor (if it has one) to be called.
|
||||
|
||||
.. index:: single: destructor
|
||||
|
||||
The name is rebound if it was already bound. This may cause the reference count
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue