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

Remove ";" to fix Sphinx formatting.
This commit is contained in:
Victor Stinner
2019-06-13 02:17:14 +02:00
committed by GitHub
parent 37d66d7d4b
commit a04ea4f92c

View 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``.