[Python-checkins] closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)

Miss Islington (bot) webhook-mailer at python.org
Tue Jan 1 21:03:58 EST 2019


https://github.com/python/cpython/commit/513fab2c67365e1693216dd59e4df0a5f6bfeb26
commit: 513fab2c67365e1693216dd59e4df0a5f6bfeb26
branch: 3.7
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2019-01-01T18:03:53-08:00
summary:

closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)

(cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737)

Co-authored-by: Suriyaa ✌️️ <isc.suriyaa at gmail.com>

files:
M README.rst

diff --git a/README.rst b/README.rst
index 216cfa334663..ddd3537493e8 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``;



More information about the Python-checkins mailing list