bpo-37253: Fix typo in PyCompilerFlags doc (GH-14036) · python/cpython@a04ea4f

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit a04ea4f

authored

bpo-37253: Fix typo in PyCompilerFlags doc (GH-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

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)