We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07f1658 commit e9d978fCopy full SHA for e9d978f
Doc/faq/programming.rst
@@ -1638,7 +1638,7 @@ collected.
1638
1639
Despite the cycle collector, it's still a good idea to define an explicit
1640
``close()`` method on objects to be called whenever you're done with them. The
1641
-``close()`` method can then remove attributes that refer to subobjecs. Don't
+``close()`` method can then remove attributes that refer to subobjects. Don't
1642
call :meth:`__del__` directly -- :meth:`__del__` should call ``close()`` and
1643
``close()`` should make sure that it can be called more than once for the same
1644
object.
0 commit comments