mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
SF #894428, fix typo
This commit is contained in:
parent
7befb9966e
commit
d311f1fb9b
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ chapters for the required information.
|
||||||
The first program aims to execute a function in a Python
|
The first program aims to execute a function in a Python
|
||||||
script. Like in the section about the very high level interface,
|
script. Like in the section about the very high level interface,
|
||||||
the Python interpreter does not directly interact with the
|
the Python interpreter does not directly interact with the
|
||||||
application (but that will change in th next section).
|
application (but that will change in the next section).
|
||||||
|
|
||||||
The code to run a function defined in a Python script is:
|
The code to run a function defined in a Python script is:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue