We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a269c1 commit e08e167Copy full SHA for e08e167
Doc/c-api/list.rst
@@ -61,7 +61,7 @@ List Objects
61
62
.. note::
63
64
- If a finalizer (:meth:`object.__del__`) of a deleted item modify the
+ If the finalizer (:meth:`object.__del__`) of a deleted item modify the
65
list, it is possible that the list is not empty after calling this
66
function.
67
@@ -157,7 +157,7 @@ List Objects
157
158
159
160
- If *itemlist* is ``NULL`` to delete items and a finalizer
+ If *itemlist* is ``NULL`` to delete items and the finalizer
161
(:meth:`object.__del__`) of a deleted item modify the list, it is
162
possible that the list is longer than expected.
163
0 commit comments