From bda067aba8234492ee60b989e4c59f5e19f5529b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Suriyaa=20=E2=9C=8C=EF=B8=8F=EF=B8=8F?= Date: Wed, 2 Jan 2019 02:57:42 +0100 Subject: [PATCH] closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394) (cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Suriyaa ✌️️ --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 216cfa33466396..ddd3537493e82a 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``;