From: csabella Date: Wed, 14 Jun 2017 16:26:03 +0000 (-0400) Subject: Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) X-Git-Tag: v2.7.14rc1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311054a928e5aa25f165d5ccadc55647e63f91f2;p=thirdparty%2FPython%2Fcpython.git Fix trivial typo in Python Setup documentation (GH-2185) (GH-2190) Replace platform with platforms. (cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee) --- diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 1201153daee6..96bd4b0403db 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.