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.
240
240
interactive statement (in the latter case, expression statements that
241
241
evaluate to something other than ``None `` will be printed).
242
242
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
245
245
is present (or both are zero) the code is compiled with those future
246
246
statements that are in effect in the code that is calling :func: `compile `. If the
247
247
*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