diff options
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | 2022-04-22 12:59:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-22 12:59:18 (GMT) |
commit | 121806160962d4e96b5e874a173d515531ae994b (patch) | |
tree | 138deee2ffad48f41fedf1bcfedeb6f05d0ba104 /Doc/c-api/weakref.rst | |
parent | 9e146bbb7e1c0d872817ac63c60454a201b50039 (diff) | |
download | cpython-121806160962d4e96b5e874a173d515531ae994b.zip cpython-121806160962d4e96b5e874a173d515531ae994b.tar.gz cpython-121806160962d4e96b5e874a173d515531ae994b.tar.bz2 |
gh-89653: PEP 670: Amend docs (GH-91813)
Diffstat (limited to 'Doc/c-api/weakref.rst')
-rw-r--r-- | Doc/c-api/weakref.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Doc/c-api/weakref.rst b/Doc/c-api/weakref.rst index 98ebe71..7b32e17 100644 --- a/Doc/c-api/weakref.rst +++ b/Doc/c-api/weakref.rst @@ -66,5 +66,4 @@ as much as it can. .. c:function:: PyObject* PyWeakref_GET_OBJECT(PyObject *ref) - Similar to :c:func:`PyWeakref_GetObject`, but implemented as a macro that does no - error checking. + Similar to :c:func:`PyWeakref_GetObject`, but does no error checking. |