File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -226,8 +226,8 @@ are always available. They are listed here in alphabetical order.
226
226
interactive statement (in the latter case, expression statements that
227
227
evaluate to something other than ``None `` will be printed).
228
228
229
- The optional arguments *flags * and *dont_inherit * control which future
230
- statements (see :pep: ` 236 `) affect the compilation of *source *. If neither
229
+ The optional arguments *flags * and *dont_inherit * control which :ref: ` future
230
+ statements <future>` affect the compilation of *source *. If neither
231
231
is present (or both are zero) the code is compiled with those future
232
232
statements that are in effect in the code that is calling :func: `compile `. If the
233
233
*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