We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3ac0c commit a265082Copy full SHA for a265082
Doc/c-api/veryhigh.rst
@@ -361,7 +361,7 @@ the same library that the Python runtime is using.
361
:py:mod:`!ast` Python module, which exports these constants under
362
the same names.
363
364
- The "``Py_CF``" flags above can be combined with "``CO_FUTURE``" flags such
+ The "``PyCF``" flags above can be combined with "``CO_FUTURE``" flags such
365
as :c:macro:`CO_FUTURE_ANNOTATIONS` to enable features normally
366
selectable using :ref:`future statements <future>`.
367
See :ref:`c_codeobject_flags` for a complete list.
0 commit comments