summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorcsabella <cheryl.sabella@gmail.com>2017-06-14 16:26:41 (GMT)
committerMariatta <Mariatta@users.noreply.github.com>2017-06-14 16:26:41 (GMT)
commitdd47b1944df116cbdbadce3af463c8ccf9699418 (patch)
tree9c405971631720e7fa80de1be7f21bc018a680ee /Doc/using
parent3280579450e3ee94e4916e2543b4dd8898d51b02 (diff)
downloadcpython-dd47b1944df116cbdbadce3af463c8ccf9699418.zip
cpython-dd47b1944df116cbdbadce3af463c8ccf9699418.tar.gz
cpython-dd47b1944df116cbdbadce3af463c8ccf9699418.tar.bz2
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
Replace platform with platforms. (cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee)
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 a5df713..4f0aa7d 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.