Skip to content

Commit e08e167

Browse files
committed
doc: a => the finalizer
1 parent 6a269c1 commit e08e167

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/list.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ List Objects
6161
6262
.. note::
6363
64-
If a finalizer (:meth:`object.__del__`) of a deleted item modify the
64+
If the finalizer (:meth:`object.__del__`) of a deleted item modify the
6565
list, it is possible that the list is not empty after calling this
6666
function.
6767
@@ -157,7 +157,7 @@ List Objects
157157
158158
.. note::
159159
160-
If *itemlist* is ``NULL`` to delete items and a finalizer
160+
If *itemlist* is ``NULL`` to delete items and the finalizer
161161
(:meth:`object.__del__`) of a deleted item modify the list, it is
162162
possible that the list is longer than expected.
163163

0 commit comments

Comments
 (0)