Skip to content

Commit d3e7755

Browse files
[doc] Link to section File input (GH-28941) (GH-29376)
(cherry picked from commit 48824fa) Co-authored-by: Andre Delfino <[email protected]>
1 parent 4ab6e52 commit d3e7755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ are always available. They are listed here in alphabetical order.
507507
a suite of Python statements which is then executed (unless a syntax error
508508
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
509509
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
510+
section :ref:`file-input` in the Reference Manual). Be aware that the
511511
:keyword:`nonlocal`, :keyword:`yield`, and :keyword:`return`
512512
statements may not be used outside of
513513
function definitions even within the context of code passed to the

0 commit comments

Comments
 (0)