Skip to content

Commit 8af3090

Browse files
[doc] Link to section File input (GH-28941) (GH-29375)
(cherry picked from commit 48824fa) Co-authored-by: Andre Delfino <[email protected]>
1 parent 71f602b commit 8af3090

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
@@ -557,7 +557,7 @@ are always available. They are listed here in alphabetical order.
557557
a suite of Python statements which is then executed (unless a syntax error
558558
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
559559
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
560+
section :ref:`file-input` in the Reference Manual). Be aware that the
561561
:keyword:`nonlocal`, :keyword:`yield`, and :keyword:`return`
562562
statements may not be used outside of
563563
function definitions even within the context of code passed to the

0 commit comments

Comments
 (0)