mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
[3.10] Fix typo in Programming FAQ (GH-92083) (GH-92148)
I believe the word "with" was missing here.
(cherry picked from commit 2a7efa3242
)
Co-authored-by: Matt Harding <majaharding@gmail.com>
This commit is contained in:
parent
0e9927b6b0
commit
864058ba86
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ set of modules required by a program and bind these modules together with a
|
||||||
Python binary to produce a single executable.
|
Python binary to produce a single executable.
|
||||||
|
|
||||||
One is to use the freeze tool, which is included in the Python source tree as
|
One is to use the freeze tool, which is included in the Python source tree as
|
||||||
``Tools/freeze``. It converts Python byte code to C arrays; a C compiler you can
|
``Tools/freeze``. It converts Python byte code to C arrays; with a C compiler you can
|
||||||
embed all your modules into a new program, which is then linked with the
|
embed all your modules into a new program, which is then linked with the
|
||||||
standard Python modules.
|
standard Python modules.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue