summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-04-05 06:19:42 +0000
commitcc71a795df4986bca5f88ce1e30f81608ca7387d (patch)
tree2372590be9a189f04f3e1cd048af3fd5255a4ae7 /README
parentIssue #23735: Avoid sighandler_t Gnu-ism (diff)
downloadcpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.gz
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.tar.bz2
cpython-cc71a795df4986bca5f88ce1e30f81608ca7387d.zip
Fix typos in documentation and comments
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 1ba742eae91..d58c40987e6 100644
--- a/README
+++ b/README
@@ -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.