]> granicus.if.org Git - python/commitdiff
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
authorVictor Stinner <vstinner@redhat.com>
Thu, 13 Jun 2019 00:17:14 +0000 (02:17 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2019 00:17:14 +0000 (02:17 +0200)
Remove ";" to fix Sphinx formatting.

Doc/c-api/veryhigh.rst

index 835afcb4f217f6ce82e5a3c8577d0fe861490983..e6704ddeca0906fed5f08397908acb332cf3e667 100644 (file)
@@ -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``.