@@ -81,8 +81,8 @@ provided by the stdlib then you can :ref:`use test.regrtest
8181Install 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
8686into your default version of Python. One option is to use a virtual environment
8787to install coverage::
8888
@@ -91,22 +91,22 @@ to install coverage::
9191 pip install coverage
9292
9393On :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
9797long 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.
102102To do this you should clone/check out the development version of coverage.py:
103103
104104 hg clone https://bitbucket.org/ned/coveragepy
105105
106106You 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
242242Filing 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
246246issue set the "Components" to "Test" and "Versions" to the version of Python you
247247worked on (i.e., the in-development version).
0 commit comments