diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-01-02 02:04:25 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-01-02 02:04:25 (GMT) |
commit | de66b8d498e47ed9d70607ac9b9f72468241da77 (patch) | |
tree | 987128bed2832e1bb6dc0a9c0b3687d330c7d44c /README.rst | |
parent | be77fb7a6e94f2fc8e2ed0cf56d882fd12127d4a (diff) | |
download | cpython-de66b8d498e47ed9d70607ac9b9f72468241da77.zip cpython-de66b8d498e47ed9d70607ac9b9f72468241da77.tar.gz cpython-de66b8d498e47ed9d70607ac9b9f72468241da77.tar.bz2 |
closes bpo-35630: Use code tag for 'python3' in 'README.rst' (GH-11400)
(cherry picked from commit 7e3fb40b923cb09ecc67816d3191197868593737)
Co-authored-by: Suriyaa ✌️️ <isc.suriyaa@gmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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``; |