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
commit3c38dccf221d1bebb5711470a4641afa20a97294 (patch)
tree81df6c29be06f326ec3ede8a7b2c75561cf85415 /README
parented06e8fa50c0428a57dd4e75f9a05962db68a43e (diff)
downloadcpython-git-3c38dccf221d1bebb5711470a4641afa20a97294.tar.gz
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 7359d9d2e3..52b97a124d 100644
--- a/README
+++ b/README
@@ -210,7 +210,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.