[Python-checkins] devguide: Issue #20448: Escape backslashes. Caught by Saimadhav Heblikar.
zach.ware
python-checkins at python.org
Thu Jan 30 17:23:49 CET 2014
http://hg.python.org/devguide/rev/7d95a62513ce
changeset: 663:7d95a62513ce
user: Zachary Ware <zachary.ware at gmail.com>
date: Thu Jan 30 10:23:24 2014 -0600
summary:
Issue #20448: Escape backslashes. Caught by Saimadhav Heblikar.
files:
setup.rst | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
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