From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 2 Jan 2019 02:04:25 +0000 (-0800) Subject: closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400) X-Git-Tag: v3.6.9rc1~36 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de66b8d498e47ed9d70607ac9b9f72468241da77;p=thirdparty%2FPython%2Fcpython.git closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400) (cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737) Co-authored-by: Suriyaa ✌️️ --- diff --git a/README.rst b/README.rst index 8c260626d74e..99558b8c551d 100644 --- a/README.rst +++ b/README.rst @@ -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``;