diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-05-28 20:03:10 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 20:03:10 (GMT) |
commit | 7261b29fa90d22f6cb5f3c94a3dbbf7978c6f448 (patch) | |
tree | 278587ad3f87e3e8fa20d3ae6e1202f4f9f985a0 | |
parent | 0d399516320d8dfce4453037338659cef3a2adf4 (diff) | |
download | cpython-7261b29fa90d22f6cb5f3c94a3dbbf7978c6f448.zip cpython-7261b29fa90d22f6cb5f3c94a3dbbf7978c6f448.tar.gz cpython-7261b29fa90d22f6cb5f3c94a3dbbf7978c6f448.tar.bz2 |
bpo-44249: Fix 3 README.rst typos (GH-26385)
(cherry picked from commit acac6c71ff370413374c6aca1df808c426e8a30c)
Co-authored-by: Ayush Parikh <ayushparikh332@gmail.com>
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |