]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-44249: Fix 3 README.rst typos (GH-26385)
authorAyush Parikh <ayushparikh332@gmail.com>
Fri, 28 May 2021 19:52:00 +0000 (01:22 +0530)
committerGitHub <noreply@github.com>
Fri, 28 May 2021 19:52:00 +0000 (15:52 -0400)
README.rst

index 58cf6abba975b3193cb166541c9e6dd6bd80c88d..898680af095deef365e44433b4a193654215f3c1 100644 (file)
@@ -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.