]> granicus.if.org Git - python/commitdiff
Doc: Point to Simple statements section instead of PEP (GH-8238)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 11 Jul 2018 10:52:27 +0000 (03:52 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Jul 2018 10:52:27 +0000 (03:52 -0700)
(cherry picked from commit 33aefad3424853ff197c23431efec89d6598b19d)

Co-authored-by: Andrés Delfino <adelfino@gmail.com>
Doc/library/functions.rst

index 574f35a675602f88efeefca5fcc69a20fdf31e5e..9ebadfca0f57811265b9955a5069cc757fcc3117 100644 (file)
@@ -226,8 +226,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