]> granicus.if.org Git - python/commitdiff
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2188)
authorcsabella <cheryl.sabella@gmail.com>
Wed, 14 Jun 2017 16:26:41 +0000 (12:26 -0400)
committerMariatta <Mariatta@users.noreply.github.com>
Wed, 14 Jun 2017 16:26:41 +0000 (09:26 -0700)
Replace platform with platforms.
(cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee)

Doc/using/index.rst

index a5df713944cc5d55bc50e052dfbd6081658affb1..4f0aa7d9577df6fb1398f4d0c34095b3d935d588 100644 (file)
@@ -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.