Commit a04ea4f9 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

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

Remove ";" to fix Sphinx formatting.
parent 37d66d7d
......@@ -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``.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment