Skip to content

Commit 2a7efa3

Browse files
authored
Fix typo in Programming FAQ (#92083)
I believe the word "with" was missing here.
1 parent b25352a commit 2a7efa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/faq/programming.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ set of modules required by a program and bind these modules together with a
7878
Python binary to produce a single executable.
7979

8080
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
81+
``Tools/freeze``. It converts Python byte code to C arrays; with a C compiler you can
8282
embed all your modules into a new program, which is then linked with the
8383
standard Python modules.
8484

0 commit comments

Comments
 (0)