Skip to content

Commit 90d0a58

Browse files
Update Doc/extending/reference-counting.rst
Co-authored-by: da-woods <dw-git@d-woods.co.uk>
1 parent 405f96f commit 90d0a58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/extending/reference-counting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ What is reference counting?
1414
===========================
1515

1616
In CPython, objects are garbage collected through a scheme known as
17-
"reference counting". This means that all objects keeps count of the number
17+
"reference counting". This means that all objects keep count of the number
1818
of references to them.
1919

2020
For example, take the following code:

0 commit comments

Comments
 (0)