We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b25352a commit 2a7efa3Copy full SHA for 2a7efa3
Doc/faq/programming.rst
@@ -78,7 +78,7 @@ set of modules required by a program and bind these modules together with a
78
Python binary to produce a single executable.
79
80
One is to use the freeze tool, which is included in the Python source tree as
81
-``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
82
embed all your modules into a new program, which is then linked with the
83
standard Python modules.
84
0 commit comments