From patchwork Tue Jul 16 04:02:00 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6648: inno: correct the path display in a literal block of the readme From: phabricator X-Patchwork-Id: 40936 Message-Id: To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 16 Jul 2019 04:02:00 +0000 mharbison72 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Otherwise, the path components allrantogether. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D6648 AFFECTED FILES contrib/packaging/inno/readme.rst CHANGE DETAILS To: mharbison72, #hg-reviewers Cc: mercurial-devel diff --git a/contrib/packaging/inno/readme.rst b/contrib/packaging/inno/readme.rst --- a/contrib/packaging/inno/readme.rst +++ b/contrib/packaging/inno/readme.rst @@ -32,7 +32,7 @@ ``cd c:\src\hg``. Next, invoke ``build.py`` to produce an Inno installer. You will -need to supply the path to the Python interpreter to use.: +need to supply the path to the Python interpreter to use.:: $ python3.exe contrib\packaging\inno\build.py \ --python c:\python27\python.exe