[Python-checkins] bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)

Victor Stinner webhook-mailer at python.org
Wed Jun 12 20:17:17 EDT 2019


https://github.com/python/cpython/commit/a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d
commit: a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d
branch: master
author: Victor Stinner <vstinner at redhat.com>
committer: GitHub <noreply at github.com>
date: 2019-06-13T02:17:14+02:00
summary:

bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)

Remove ";" to fix Sphinx formatting.

files:
M Doc/c-api/veryhigh.rst

diff --git a/Doc/c-api/veryhigh.rst b/Doc/c-api/veryhigh.rst
index 835afcb4f217..e6704ddeca09 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``.



More information about the Python-checkins mailing list