Skip to content
Snippets Groups Projects
Unverified Commit 7261b29f authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

bpo-44249: Fix 3 README.rst typos (GH-26385)


(cherry picked from commit acac6c71)

Co-authored-by: default avatarAyush Parikh <ayushparikh332@gmail.com>
parent 0d399516
No related branches found
No related tags found
No related merge requests found
......@@ -110,12 +110,12 @@ The entire Python directory is cleaned of temporary files that may have
resulted from a previous compilation.
An instrumented version of the interpreter is built, using suitable compiler
flags for each flavour. Note that this is just an intermediary step. The
binary resulting from this step is not good for real life workloads as it has
flags for each flavor. Note that this is just an intermediary step. The
binary resulting from this step is not good for real-life workloads as it has
profiling instructions embedded inside.
After the instrumented interpreter is built, the Makefile will run a training
workload. This is necessary in order to profile the interpreter execution.
workload. This is necessary in order to profile the interpreter's execution.
Note also that any output, both stdout and stderr, that may appear at this step
is suppressed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment