8000 Doc: Point to Simple statements section instead of PEP (GH-8238) · python/cpython@33aefad · GitHub
[go: up one dir, main page]

Skip to content

Commit 33aefad

Browse files
andresdelfinomethane
authored andcommitted
Doc: Point to Simple statements section instead of PEP (GH-8238)
1 parent 09b2bec commit 33aefad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ are always available. They are listed here in alphabetical order.
241241
interactive statement (in the latter case, expression statements that
242242
evaluate to something other than ``None`` will be printed).
243243

244-
The optional arguments *flags* and *dont_inherit* control which future
245-
statements (see :pep:`236`) affect the compilation of *source*. If neither
244+
The optional arguments *flags* and *dont_inherit* control which :ref:`future
245+
statements <future>` affect the compilation of *source*. If neither
246246
is present (or both are zero) the code is compiled with those future
247247
statements that are in effect in the code that is calling :func:`compile`. If the
248248
*flags* argument is given and *dont_inherit* is not (or is zero) then the

0 commit comments

Comments
 (0)
0