summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-06-13 00:17:14 (GMT)
committerGitHub <noreply@github.com>2019-06-13 00:17:14 (GMT)
commita04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d (patch)
tree16623cceb17b1438c666416a195c978fe113fe6a
parent37d66d7d4bc7dbac9809d69966a774ebb32563be (diff)
downloadcpython-a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d.zip
cpython-a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d.tar.gz
cpython-a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d.tar.bz2
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Remove ";" to fix Sphinx formatting.
-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 835afcb..e6704dd 100644
--- a/Doc/c-api/veryhigh.rst
+++ b/Doc/c-api/veryhigh.rst
@@ -394,7 +394,7 @@ the same library that the Python runtime is using.
Compiler flags.
- .. c:member:: int cf_feature_version;
+ .. c:member:: int cf_feature_version
*cf_feature_version* is the minor Python version. It should be
initialized to ``PY_MINOR_VERSION``.