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 b6d49a8 commit 1070d01Copy full SHA for 1070d01
Doc/whatsnew/3.13.rst
@@ -86,7 +86,7 @@ Other Language Changes
86
(Contributed by Inada Naoki in :gh:`81283`.)
87
88
* The :func:`compile` built-in can now accept a new flag,
89
- ``ast.PyCF_OPTIMIZED_AST``, which is similar to ``ast.PyCF_ONLY_AST``
+ :data:`ast.PyCF_OPTIMIZED_AST`, which is similar to :data:`ast.PyCF_ONLY_AST`
90
except that the returned ``AST`` is optimized according to the value
91
of the ``optimize`` argument.
92
(Contributed by Irit Katriel in :gh:`108113`).
0 commit comments