mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036)
Remove ";" to fix Sphinx formatting.
This commit is contained in:
@@ -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``.
|
||||
|
||||
Reference in New Issue
Block a user