Skip to content

Commit a265082

Browse files
authored
Remove extra underscore
1 parent fd3ac0c commit a265082

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
@@ -361,7 +361,7 @@ the same library that the Python runtime is using.
361361
:py:mod:`!ast` Python module, which exports these constants under
362362
the same names.
363363
364-
The "``Py_CF``" flags above can be combined with "``CO_FUTURE``" flags such
364+
The "``PyCF``" flags above can be combined with "``CO_FUTURE``" flags such
365365
as :c:macro:`CO_FUTURE_ANNOTATIONS` to enable features normally
366366
selectable using :ref:`future statements <future>`.
367367
See :ref:`c_codeobject_flags` for a complete list.

0 commit comments

Comments
 (0)