summaryrefslogtreecommitdiffstats
path: root/Doc/install
diff options
context:
space:
mode:
authorMathieu Dupuy <deronnax@users.noreply.github.com>2020-03-30 21:28:25 (GMT)
committerGitHub <noreply@github.com>2020-03-30 21:28:25 (GMT)
commitc49016e67c3255b37599b354a8d7995d40663991 (patch)
treebf1d5863153f8d9e6f74d7e41681e293d1db8a8c /Doc/install
parent51e3e450fbed46198d9be92add1a5dee6a1f7f41 (diff)
downloadcpython-c49016e67c3255b37599b354a8d7995d40663991.zip
cpython-c49016e67c3255b37599b354a8d7995d40663991.tar.gz
cpython-c49016e67c3255b37599b354a8d7995d40663991.tar.bz2
fix comma location in various places (GH-19233)
Diffstat (limited to 'Doc/install')
-rw-r--r--Doc/install/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst
index a91606c..e6d5a3e 100644
--- a/Doc/install/index.rst
+++ b/Doc/install/index.rst
@@ -532,7 +532,7 @@ scripts will wind up in :file:`/usr/local/python/bin`. If you want them in
python setup.py install --install-scripts=/usr/local/bin
-(This performs an installation using the "prefix scheme," where the prefix is
+(This performs an installation using the "prefix scheme", where the prefix is
whatever your Python interpreter was installed with--- :file:`/usr/local/python`
in this case.)