summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorkj <28750310+Fidget-Spinner@users.noreply.github.com>2020-11-10 23:56:55 (GMT)
committerGitHub <noreply@github.com>2020-11-10 23:56:55 (GMT)
commit78ba7c69ada2f7eefd4e3ea375337d78dc2ce721 (patch)
tree88d49a0a8ee549d019116c322d566fa917919bc2 /Doc/c-api
parent7e5ef0a5713f968f6e942566c78bf57ffbef01de (diff)
downloadcpython-78ba7c69ada2f7eefd4e3ea375337d78dc2ce721.zip
cpython-78ba7c69ada2f7eefd4e3ea375337d78dc2ce721.tar.gz
cpython-78ba7c69ada2f7eefd4e3ea375337d78dc2ce721.tar.bz2
bpo-42294: Grammar fixes in doc glossary strong/weak refs (GH-23227)
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/weakref.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/weakref.rst b/Doc/c-api/weakref.rst
index fb6628a..9205ca6 100644
--- a/Doc/c-api/weakref.rst
+++ b/Doc/c-api/weakref.rst
@@ -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.