summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAyush Parikh <ayushparikh332@gmail.com>2021-05-28 19:52:00 (GMT)
committerGitHub <noreply@github.com>2021-05-28 19:52:00 (GMT)
commitacac6c71ff370413374c6aca1df808c426e8a30c (patch)
treecb6175fc1d683a9f38af6ca696c5dc79f89a8c33
parent490b638e63558013b71dbfba6e47cb9e6d80c911 (diff)
downloadcpython-acac6c71ff370413374c6aca1df808c426e8a30c.zip
cpython-acac6c71ff370413374c6aca1df808c426e8a30c.tar.gz
cpython-acac6c71ff370413374c6aca1df808c426e8a30c.tar.bz2
bpo-44249: Fix 3 README.rst typos (GH-26385)
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 58cf6ab..898680a 100644
--- a/README.rst
+++ b/README.rst
@@ -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.