From: Victor Stinner Date: Thu, 13 Jun 2019 00:17:14 +0000 (+0200) Subject: bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) X-Git-Tag: v3.9.0a1~1305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a04ea4f92ccbe20ffdbb5fa9b6bb93ee8da50f5d;p=thirdparty%2FPython%2Fcpython.git bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) Remove ";" to fix Sphinx formatting. --- 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``.