Browse Source

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

Remove ";" to fix Sphinx formatting.
pull/14040/head
Victor Stinner 7 years ago
committed by GitHub
parent
commit
a04ea4f92c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/c-api/veryhigh.rst

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

Loading…
Cancel
Save