summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-01-01 18:03:53 -0800
committerGitHub <noreply@github.com>2019-01-01 18:03:53 -0800
commit513fab2c67365e1693216dd59e4df0a5f6bfeb26 (patch)
tree08760fd54f4e50046f9aaeefafb7464a02285b90 /README.rst
parent74e46483773fa2ed03ed02f1b5e3fb0a4691535e (diff)
downloadcpython-git-513fab2c67365e1693216dd59e4df0a5f6bfeb26.tar.gz
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
(cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737) Co-authored-by: Suriyaa ✌️️ <isc.suriyaa@gmail.com>
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 216cfa3346..ddd3537493 100644
--- a/README.rst
+++ b/README.rst
@@ -60,7 +60,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``;