]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Point to Simple statements section instead of PEP (GH-8238)
authorAndrés Delfino <adelfino@gmail.com>
Wed, 11 Jul 2018 09:44:06 +0000 (06:44 -0300)
committerINADA Naoki <methane@users.noreply.github.com>
Wed, 11 Jul 2018 09:44:06 +0000 (18:44 +0900)
Doc/library/functions.rst

index 6476cbd65e01512a518faa0d55c545da0036edfa..68a5dce5d09b720cb2b498585559111f17f7c4d2 100644 (file)
@@ -241,8 +241,8 @@ are always available.  They are listed here in alphabetical order.
    interactive statement (in the latter case, expression statements that
    evaluate to something other than ``None`` will be printed).
 
-   The optional arguments *flags* and *dont_inherit* control which future
-   statements (see :pep:`236`) affect the compilation of *source*.  If neither
+   The optional arguments *flags* and *dont_inherit* control which :ref:`future
+   statements <future>` affect the compilation of *source*.  If neither
    is present (or both are zero) the code is compiled with those future
    statements that are in effect in the code that is calling :func:`compile`.  If the
    *flags* argument is given and *dont_inherit* is not (or is zero) then the