Skip to content

Commit acac6c7

Browse files
bpo-44249: Fix 3 README.rst typos (GH-26385)
1 parent 490b638 commit acac6c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ The entire Python directory is cleaned of temporary files that may have
110110
resulted from a previous compilation.
111111

112112
An instrumented version of the interpreter is built, using suitable compiler
113-
flags for each flavour. Note that this is just an intermediary step. The
114-
binary resulting from this step is not good for real life workloads as it has
113+
flags for each flavor. Note that this is just an intermediary step. The
114+
binary resulting from this step is not good for real-life workloads as it has
115115
profiling instructions embedded inside.
116116

117117
After the instrumented interpreter is built, the Makefile will run a training
118-
workload. This is necessary in order to profile the interpreter execution.
118+
workload. This is necessary in order to profile the interpreter's execution.
119119
Note also that any output, both stdout and stderr, that may appear at this step
120120
is suppressed.
121121

0 commit comments

Comments
 (0)