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

Benjamin Peterson webhook-mailer at python.org
Tue Jan 1 20:57:47 EST 2019


https://github.com/python/cpython/commit/7e3fb40b923cb09ecc67816d3191197868593737
commit: 7e3fb40b923cb09ecc67816d3191197868593737
branch: master
author: Suriyaa ✌️️ <isc.suriyaa at gmail.com>
committer: Benjamin Peterson <benjamin at python.org>
date: 2019-01-01T17:57:42-08:00
summary:

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

files:
M README.rst

diff --git a/README.rst b/README.rst
index 61281042e3bd..184ddb874885 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``;



More information about the Python-checkins mailing list