diff options
author | csabella <cheryl.sabella@gmail.com> | 2017-06-14 16:26:22 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-06-14 16:26:22 (GMT) |
commit | ee0572fc96cbc4a61ae0de5b2408334a132faa12 (patch) | |
tree | 05423d981730f5b74728040ec4bff0ff7c47efcb | |
parent | a0ecaab006849ade08fbcf8413fe1e92d9c8d71c (diff) | |
download | cpython-ee0572fc96cbc4a61ae0de5b2408334a132faa12.zip cpython-ee0572fc96cbc4a61ae0de5b2408334a132faa12.tar.gz cpython-ee0572fc96cbc4a61ae0de5b2408334a132faa12.tar.bz2 |
Fix trivial typo in Python Setup documentation (GH-2185) (GH-2189)
Replace platform with platforms.
(cherry picked from commit 4ebf03d109f827c91a23256a447c1d74a203dfee)
-rw-r--r-- | Doc/using/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/index.rst b/Doc/using/index.rst index 502afa9..a643e04 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. |