[Python-checkins] devguide: quote backslashes

christian.heimes python-checkins at python.org
Sat Dec 7 16:02:38 CET 2013


http://hg.python.org/devguide/rev/99419f310cf1
changeset:   656:99419f310cf1
user:        Christian Heimes <christian at cheimes.de>
date:        Sat Dec 07 16:02:31 2013 +0100
summary:
  quote backslashes

files:
  index.rst |  4 ++--
  setup.rst |  4 ++--
  2 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/index.rst b/index.rst
--- a/index.rst
+++ b/index.rst
@@ -25,8 +25,8 @@
    On :ref:`Windows <windows-compiling>`, open the solution file
    :file:`PCbuild\\pcbuild.sln` in Visual Studio, select :menuselection:`Debug`,
    and :menuselection:`Build --> Build Solution`. Run
-   :file:`Tools\buildbot\external.bat` or
-   :file:`Tools\buildbot\external-amd64.bat` to download and compile 3rd
+   :file:`Tools\\buildbot\\external.bat` or
+   :file:`Tools\\buildbot\\external-amd64.bat` to download and compile 3rd
    party libraries.
 
 3. :doc:`Run the tests <runtests>`::
diff --git a/setup.rst b/setup.rst
--- a/setup.rst
+++ b/setup.rst
@@ -221,8 +221,8 @@
 to build.  If you prefer, you can exclude the offending projects from
 the build process by unchecking them inside the
 :menuselection:`Build --> Configuration Manager...` settings. You can
-also use the script :file:`Tools\buildbot\external.bat` or
-:file:`Tools\buildbot\external-amd64.bat` (as applicable) to download and
+also use the script :file:`Tools\\buildbot\external.bat` or
+:file:`Tools\\buildbot\external-amd64.bat` (as applicable) to download and
 compile missing dependencies.
 
 Once built you might want to set Python as a startup project. Pressing F5 in

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list