mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)
This commit is contained in:
parent
7e5ef0a571
commit
78ba7c69ad
2 changed files with 6 additions and 6 deletions
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue