From ee0572fc96cbc4a61ae0de5b2408334a132faa12 Mon Sep 17 00:00:00 2001 From: csabella Date: Wed, 14 Jun 2017 12:26:22 -0400 Subject: [PATCH] Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189) Replace platform with platforms. (cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee) --- Doc/using/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 502afa9033..a643e04031 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. -- 2.50.1