File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ For Windows:
88
88
* Install the latest version of Python 2.7 from python.org.
89
89
* Open a Command Prompt.
90
90
* 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
92
92
``python `` command accessible is left as an exercise for the user).
93
93
94
94
In a terminal window for the buildbot user, issue the following commands (you
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ Using test.regrtest
192
192
-------------------
193
193
194
194
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
196
196
any other flags you want to)::
197
197
198
198
./python -m test --coverage -D `pwd`/coverage_data <test arguments>
Original file line number Diff line number Diff line change @@ -218,11 +218,11 @@ grasp a simple example more quickly than they can digest a formal description in
218
218
prose.
219
219
220
220
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
222
222
demonstrated with an example splitting the domain from a URL than it would be
223
223
with an example of removing the last word from a line of Monty Python dialog.
224
224
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
226
226
used sparingly, where it is necessary to clearly differentiate between input
227
227
lines and output lines. Besides contributing visual clutter, it makes it
228
228
difficult for readers to cut-and-paste examples so they can experiment with
You can’t perform that action at this time.
0 commit comments