Skip to content

Commit 1070d01

Browse files
Update Doc/whatsnew/3.13.rst
Co-authored-by: Dong-hee Na <[email protected]>
1 parent b6d49a8 commit 1070d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Other Language Changes
8686
(Contributed by Inada Naoki in :gh:`81283`.)
8787

8888
* The :func:`compile` built-in can now accept a new flag,
89-
``ast.PyCF_OPTIMIZED_AST``, which is similar to ``ast.PyCF_ONLY_AST``
89+
:data:`ast.PyCF_OPTIMIZED_AST`, which is similar to :data:`ast.PyCF_ONLY_AST`
9090
except that the returned ``AST`` is optimized according to the value
9191
of the ``optimize`` argument.
9292
(Contributed by Irit Katriel in :gh:`108113`).

0 commit comments

Comments
 (0)