mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[doc] Link to section File input (GH-28941) (GH-29376)
(cherry picked from commit 48824fa1e2)
Co-authored-by: Andre Delfino <adelfino@gmail.com>
This commit is contained in:
parent
4ab6e524ab
commit
d3e7755015
1 changed files with 1 additions and 1 deletions
|
|
@ -507,7 +507,7 @@ are always available. They are listed here in alphabetical order.
|
|||
a suite of Python statements which is then executed (unless a syntax error
|
||||
occurs). [#]_ If it is a code object, it is simply executed. In all cases,
|
||||
the code that's executed is expected to be valid as file input (see the
|
||||
section "File input" in the Reference Manual). Be aware that the
|
||||
section :ref:`file-input` in the Reference Manual). Be aware that the
|
||||
:keyword:`nonlocal`, :keyword:`yield`, and :keyword:`return`
|
||||
statements may not be used outside of
|
||||
function definitions even within the context of code passed to the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue