summaryrefslogtreecommitdiffstats
path: root/Doc/c-api
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2022-10-18 13:46:18 (GMT)
committerGitHub <noreply@github.com>2022-10-18 13:46:18 (GMT)
commit2eb503e4dde9c9b0443e799e02d55bc053ef1c64 (patch)
tree5602a11335263ef0584194cac004eec0d2c3ddfc /Doc/c-api
parent6ccca69d0d313135b2fbb2aa92c69c315be779c6 (diff)
downloadcpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.zip
cpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.tar.gz
cpython-2eb503e4dde9c9b0443e799e02d55bc053ef1c64.tar.bz2
Doc: Found some remaining default roles. (GH-98392)
Diffstat (limited to 'Doc/c-api')
-rw-r--r--Doc/c-api/init.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst
index 9b73833..afb1771 100644
--- a/Doc/c-api/init.rst
+++ b/Doc/c-api/init.rst
@@ -1933,7 +1933,7 @@ is not possible due to its implementation being opaque at build time.
.. note::
A freed key becomes a dangling pointer. You should reset the key to
- `NULL`.
+ ``NULL``.
Methods