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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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``. |
|
|
|
|