[Python-checkins] devguide: Fix use of non-existant reST role

zach.ware python-checkins at python.org
Fri Oct 16 15:18:14 EDT 2015


https://hg.python.org/devguide/rev/1c7de32ed23b
changeset:   770:1c7de32ed23b
user:        Zachary Ware <zachary.ware at gmail.com>
date:        Fri Oct 16 13:08:48 2015 -0500
summary:
  Fix use of non-existant reST role

files:
  buildslave.rst |  5 ++---
  1 files changed, 2 insertions(+), 3 deletions(-)


diff --git a/buildslave.rst b/buildslave.rst
--- a/buildslave.rst
+++ b/buildslave.rst
@@ -85,9 +85,8 @@
     * Install the latest version of Python 2.7 from python.org.
     * Open a Command Prompt.
     * Execute ``python -m pip install pypiwin32 buildbot-slave`` (note that
-      :executable:`python.exe` is not added to :envvar:`PATH` by default,
-      making the ``python`` command accessible is left as an exercise for the
-      user).
+      ``python.exe`` is not added to :envvar:`PATH` by default, making the
+      ``python`` command accessible is left as an exercise for the user).
 
 In a terminal window for the buildbot user, issue the following commands (you
 can put the ``buildarea`` wherever you want to)::

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


More information about the Python-checkins mailing list