diff options
author | Suriyaa ✌️️ <isc.suriyaa@gmail.com> | 2019-01-02 01:57:42 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-01-02 01:57:42 (GMT) |
commit | 7e3fb40b923cb09ecc67816d3191197868593737 (patch) | |
tree | e863b6a822496d50da5cfa92c277c167ec1e059e | |
parent | b4ea8bb080f63ef27682f3f9bbaa4d12a83030b1 (diff) | |
download | cpython-7e3fb40b923cb09ecc67816d3191197868593737.zip cpython-7e3fb40b923cb09ecc67816d3191197868593737.tar.gz cpython-7e3fb40b923cb09ecc67816d3191197868593737.tar.bz2 |
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11394)
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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``; |