From: Suriyaa ✌️️ Date: Wed, 2 Jan 2019 01:57:42 +0000 (+0100) Subject: closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) X-Git-Tag: v3.8.0a1~157 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e3fb40b923cb09ecc67816d3191197868593737;p=thirdparty%2FPython%2Fcpython.git closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) --- 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``;