bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)

This commit is contained in:
kj 2020-11-11 07:56:55 +08:00 committed by GitHub
parent 7e5ef0a571
commit 78ba7c69ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -59,7 +59,7 @@ as much as it can.
This function returns a :term:`borrowed reference` to the referenced object.
This means that you should always call :c:func:`Py_INCREF` on the object
except it cannot be destroyed before the last usage of the borrowed
except when it cannot be destroyed before the last usage of the borrowed
reference.