aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSuriyaa ✌️️ <isc.suriyaa@gmail.com>2019-01-02 02:57:42 +0100
committerBenjamin Peterson <benjamin@python.org>2019-01-01 17:57:42 -0800
commit7e3fb40b923cb09ecc67816d3191197868593737 (patch)
treee863b6a822496d50da5cfa92c277c167ec1e059e /README.rst
parentbpo-35598: IDLE - Globalize some config_key objects (GH-11392) (diff)
downloadcpython-7e3fb40b923cb09ecc67816d3191197868593737.tar.gz
cpython-7e3fb40b923cb09ecc67816d3191197868593737.tar.bz2
cpython-7e3fb40b923cb09ecc67816d3191197868593737.zip
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 61281042e3..184ddb8748 100644
--- a/README.rst
+++ b/README.rst
@@ -63,7 +63,7 @@ On Unix, Linux, BSD, macOS, and Cygwin::
make test
sudo make install
-This will install Python as python3.
+This will install Python as ``python3``.
You can pass many options to the configure script; run ``./configure --help``
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;