summaryrefslogtreecommitdiff
path: root/Doc/using
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-06-14 09:32:06 -0400
committerMariatta <Mariatta@users.noreply.github.com>2017-06-14 06:32:06 -0700
commit4ebf03d109f827c91a23256a447c1d74a203dfee (patch)
tree646f67c3b944b1128f188cf1d4b4b24977d8dfc2 /Doc/using
parent526b22657cb18fe79118c2ea68511aca09430c2c (diff)
downloadcpython-git-4ebf03d109f827c91a23256a447c1d74a203dfee.tar.gz
Fix trivial typo in Readme (GH-2185)
Replace platform with platforms.
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/index.rst b/Doc/using/index.rst
index a5df713944..4f0aa7d957 100644
--- a/Doc/using/index.rst
+++ b/Doc/using/index.rst
@@ -6,7 +6,7 @@
This part of the documentation is devoted to general information on the setup
-of the Python environment on different platform, the invocation of the
+of the Python environment on different platforms, the invocation of the
interpreter and things that make working with Python easier.