summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/veryhigh.rst
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-26 23:41:15 (GMT)
committerGitHub <noreply@github.com>2023-07-26 23:41:15 (GMT)
commit391e03fa05b80d17a14ac88d30c974fa2fa00adb (patch)
treeed5ff8d9e0ac450363daf39fa48c62ef78f5d871 /Doc/c-api/veryhigh.rst
parent507d8bc39a79e965fa32aa08caa568f3399e1472 (diff)
downloadcpython-391e03fa05b80d17a14ac88d30c974fa2fa00adb.zip
cpython-391e03fa05b80d17a14ac88d30c974fa2fa00adb.tar.gz
cpython-391e03fa05b80d17a14ac88d30c974fa2fa00adb.tar.bz2
gh-107298: Fix Sphinx warnings in the C API doc (#107302)
* Update Doc/tools/.nitignore * Fix BufferedIOBase.write() link in buffer.rst
Diffstat (limited to 'Doc/c-api/veryhigh.rst')
-rw-r--r--Doc/c-api/veryhigh.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst
index 56fa2d6..a19c274 100644
--- a/Doc/c-api/veryhigh.rst
+++ b/Doc/c-api/veryhigh.rst
@@ -353,7 +353,7 @@ the same library that the Python runtime is using.
executed, it is passed as ``PyCompilerFlags *flags``. In this case, ``from
__future__ import`` can modify *flags*.
- Whenever ``PyCompilerFlags *flags`` is ``NULL``, :attr:`cf_flags` is treated as
+ Whenever ``PyCompilerFlags *flags`` is ``NULL``, :c:member:`cf_flags` is treated as
equal to ``0``, and any modification due to ``from __future__ import`` is
discarded.