[Python-checkins] bpo-44249: Fix 3 README.rst typos (GH-26385)

terryjreedy webhook-mailer at python.org
Fri May 28 16:02:54 EDT 2021


https://github.com/python/cpython/commit/8f8f2ea832949fd9cd76c7a7924f346b316fb610
commit: 8f8f2ea832949fd9cd76c7a7924f346b316fb610
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2021-05-28T16:02:47-04:00
summary:

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

(cherry picked from commit acac6c71ff370413374c6aca1df808c426e8a30c)


Co-authored-by: Ayush Parikh <ayushparikh332 at gmail.com>

files:
M README.rst

diff --git a/README.rst b/README.rst
index b94eda93a8ac8a..f8e4757a15cd07 100644
--- a/README.rst
+++ b/README.rst
@@ -114,12 +114,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.
 



More information about the Python-checkins mailing list