diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-11-04 06:43:31 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-11-04 06:43:31 (GMT) |
commit | 5be2dac560018fee60c9435d19362117b9221677 (patch) | |
tree | 3a1b775c1f16b89df889ba37d62fa04f2c1858e7 /Doc/install | |
parent | c2f01213ed5c616a37a87cdd9c682be4e3479e21 (diff) | |
download | cpython-5be2dac560018fee60c9435d19362117b9221677.zip cpython-5be2dac560018fee60c9435d19362117b9221677.tar.gz cpython-5be2dac560018fee60c9435d19362117b9221677.tar.bz2 |
remove trailing ws
Diffstat (limited to 'Doc/install')
-rw-r--r-- | Doc/install/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/install/index.rst b/Doc/install/index.rst index bd6e9c7..e63b6cd 100644 --- a/Doc/install/index.rst +++ b/Doc/install/index.rst @@ -27,7 +27,7 @@ modules and extensions. .. note:: - + This guide only covers the basic tools for building and distributing extensions that are provided as part of this version of Python. Third party tools offer easier to use and more secure alternatives. Refer to the `quick |