]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 2 Jan 2019 02:04:25 +0000 (18:04 -0800)
committerBenjamin Peterson <benjamin@python.org>
Wed, 2 Jan 2019 02:04:25 +0000 (18:04 -0800)
(cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737)

Co-authored-by: Suriyaa ✌️️ <isc.suriyaa@gmail.com>
README.rst

index 8c260626d74e161c0563230255c9f6aff917a223..99558b8c551d2d4d427bb380676d61d565817318 100644 (file)
@@ -59,7 +59,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``;