]> granicus.if.org Git - python/commitdiff
Fix duplicate paragraph.
authorGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:57:33 +0000 (10:57 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 27 Jun 2010 10:57:33 +0000 (10:57 +0000)
Doc/reference/simple_stmts.rst

index b3fc89175d5d7c8a5637a3ce40150dffbaaa4ea5..531d69a90be3ff18b6e299b98df9d0678834423e 100644 (file)
@@ -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