We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f602b commit 8af3090Copy full SHA for 8af3090
Doc/library/functions.rst
@@ -557,7 +557,7 @@ are always available. They are listed here in alphabetical order.
557
a suite of Python statements which is then executed (unless a syntax error
558
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
559
the code that's executed is expected to be valid as file input (see the
560
- section "File input" in the Reference Manual). Be aware that the
+ section :ref:`file-input` in the Reference Manual). Be aware that the
561
:keyword:`nonlocal`, :keyword:`yield`, and :keyword:`return`
562
statements may not be used outside of
563
function definitions even within the context of code passed to the
0 commit comments