Skip to content

Commit b3039d8

Browse files
committed
Remove broken references
1 parent 5521522 commit b3039d8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

buildslave.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ For Windows:
8888
* Install the latest version of Python 2.7 from python.org.
8989
* Open a Command Prompt.
9090
* Execute ``python -m pip install pypiwin32 buildbot-slave`` (note that
91-
``python.exe`` is not added to :envvar:`PATH` by default, making the
91+
``python.exe`` is not added to ``PATH`` by default, making the
9292
``python`` command accessible is left as an exercise for the user).
9393

9494
In a terminal window for the buildbot user, issue the following commands (you

coverage.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Using test.regrtest
192192
-------------------
193193

194194
If you prefer to rely solely on the stdlib to generate coverage data, you can
195-
do so by passing the appropriate flags to :py:mod:`test.regrtest` (along with
195+
do so by passing the appropriate flags to ``test.regrtest`` (along with
196196
any other flags you want to)::
197197

198198
./python -m test --coverage -D `pwd`/coverage_data <test arguments>

documenting.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -218,11 +218,11 @@ grasp a simple example more quickly than they can digest a formal description in
218218
prose.
219219

220220
People learn faster with concrete, motivating examples that match the context of
221-
a typical use case. For instance, the :func:`str.rpartition` method is better
221+
a typical use case. For instance, the ``str.rpartition`` method is better
222222
demonstrated with an example splitting the domain from a URL than it would be
223223
with an example of removing the last word from a line of Monty Python dialog.
224224

225-
The ellipsis for the :attr:`sys.ps2` secondary interpreter prompt should only be
225+
The ellipsis for the ``sys.ps2`` secondary interpreter prompt should only be
226226
used sparingly, where it is necessary to clearly differentiate between input
227227
lines and output lines. Besides contributing visual clutter, it makes it
228228
difficult for readers to cut-and-paste examples so they can experiment with

0 commit comments

Comments
 (0)