diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 +0000 |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-04-05 06:19:42 +0000 |
commit | cc71a795df4986bca5f88ce1e30f81608ca7387d (patch) | |
tree | 2372590be9a189f04f3e1cd048af3fd5255a4ae7 /README | |
parent | Issue #23735: Avoid sighandler_t Gnu-ism (diff) | |
download | cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2 cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip |
Fix typos in documentation and comments
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -71,7 +71,7 @@ profile the interpreter execution. Note also that any output, both stdout and stderr, that may appear at this step is supressed. Finally, the last step is to rebuild the interpreter, using the information -collected in the previous one. The end result will be a the Python binary +collected in the previous one. The end result will be a Python binary that is optimized and suitable for distribution or production installation. |