File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments