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 4ab6e52 commit d3e7755Copy full SHA for d3e7755
Doc/library/functions.rst
@@ -507,7 +507,7 @@ are always available. They are listed here in alphabetical order.
507
a suite of Python statements which is then executed (unless a syntax error
508
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
509
the code that's executed is expected to be valid as file input (see the
510
- section "File input" in the Reference Manual). Be aware that the
+ section :ref:`file-input` in the Reference Manual). Be aware that the
511
:keyword:`nonlocal`, :keyword:`yield`, and :keyword:`return`
512
statements may not be used outside of
513
function definitions even within the context of code passed to the
0 commit comments