X Tutup
Skip to content

Commit a04ea4f

Browse files
authored
bpo-37253: Fix typo in PyCompilerFlags doc (pythonGH-14036)
Remove ";" to fix Sphinx formatting.
1 parent 37d66d7 commit a04ea4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/veryhigh.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ the same library that the Python runtime is using.
394394
395395
Compiler flags.
396396
397-
.. c:member:: int cf_feature_version;
397+
.. c:member:: int cf_feature_version
398398
399399
*cf_feature_version* is the minor Python version. It should be
400400
initialized to ``PY_MINOR_VERSION``.

0 commit comments

Comments
 (0)
X Tutup