Skip to content

Commit 6b1b6e4

Browse files
Doc: Point to Simple statements section instead of PEP (GH-8238)
(cherry picked from commit 33aefad) Co-authored-by: Andrés Delfino <[email protected]>
1 parent bcea15a commit 6b1b6e4

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
@@ -240,8 +240,8 @@ are always available. They are listed here in alphabetical order.
240240
interactive statement (in the latter case, expression statements that
241241
evaluate to something other than ``None`` will be printed).
242242

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

0 commit comments

Comments
 (0)