Skip to content

Commit 2b84294

Browse files
jeff5zware
authored andcommitted
Fix whitespace and quoting issues identified by "make check" (pythonGH-269)
1 parent 7b9ba6f commit 2b84294

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

committing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ to the pull request.
240240

241241
After the pull request has been merged, it can be backported using cherry_picker.py_.
242242

243-
The commit hash can be obtained from the original pull request, or by using `git log`
243+
The commit hash can be obtained from the original pull request, or by using ``git log``
244244
on the ``master`` branch. To display the 10 most recent commit hashes and their first
245245
line of the commit message::
246246

coverage.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ provided by the stdlib then you can :ref:`use test.regrtest
8181
Install Coverage
8282
''''''''''''''''
8383

84-
By default, pip will not install into the in-development version of Python you
85-
just built, and this built version of Python will not see packages installed
84+
By default, pip will not install into the in-development version of Python you
85+
just built, and this built version of Python will not see packages installed
8686
into your default version of Python. One option is to use a virtual environment
8787
to install coverage::
8888

@@ -91,22 +91,22 @@ to install coverage::
9191
pip install coverage
9292

9393
On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
94-
with :file:`./python.exe`. On Windows, use :file:`python.bat`.
94+
with :file:`./python.exe`. On Windows, use :file:`python.bat`.
9595

96-
You can now use python without the ./ for the rest of these instructions, as
96+
You can now use python without the ./ for the rest of these instructions, as
9797
long as your venv is activated. For more info on venv see `Virtual Envrionment
9898
<https://docs.python.org/3/tutorial/venv.html>`_ documentation.
99-
100-
If this does not work for you for some reason, you should try using the
101-
in-development version of coverage.py to see if it has been updated as needed.
99+
100+
If this does not work for you for some reason, you should try using the
101+
in-development version of coverage.py to see if it has been updated as needed.
102102
To do this you should clone/check out the development version of coverage.py:
103103

104104
hg clone https://bitbucket.org/ned/coveragepy
105105

106106
You will need to use the full path to the installation.
107107

108-
Another option is to use an installed copy of coverage.py, if you already have
109-
it. For this, you will again need to use the full path to that installation.
108+
Another option is to use an installed copy of coverage.py, if you already have
109+
it. For this, you will again need to use the full path to that installation.
110110

111111
.. _coverage_usage:
112112

@@ -241,7 +241,7 @@ times.
241241

242242
Filing the Issue
243243
""""""""""""""""
244-
Once you have increased coverage, you need to create an issue on the
244+
Once you have increased coverage, you need to create an issue on the
245245
`issue tracker`_ and submit a :doc:`pull request <pullrequest>`. On the
246246
issue set the "Components" to "Test" and "Versions" to the version of Python you
247247
worked on (i.e., the in-development version).

0 commit comments

Comments
 (0)