diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
commit | 080e181a8cc21b8e555fa96eaa54762eb2a76c8e (patch) | |
tree | 2b60605f7b2d8d57255039d718d238ce4cb0c493 /doc/install.rst | |
parent | c7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff) | |
download | python-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz |
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'doc/install.rst')
-rw-r--r-- | doc/install.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install.rst b/doc/install.rst index 67af7203..fa01e636 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -47,7 +47,7 @@ The alternate old-school technique is: #. Install (or already have installed) `setuptools`_ or `Distribute`_. #. Download the appropriate kit from the - `coverage page on the Python Package Index`__. + `coverage.py page on the Python Package Index`__. #. Run ``python setup.py install``. @@ -82,8 +82,8 @@ the C extension pre-compiled so there's no need to worry about compilers. Checking the installation ------------------------- -If all went well, you should be able to open a command prompt, and see coverage -installed properly: +If all went well, you should be able to open a command prompt, and see +coverage.py installed properly: .. ifconfig:: not prerelease @@ -101,7 +101,7 @@ installed properly: Coverage.py, version |release|. Documentation at https://coverage.readthedocs.org/en/|release| -You can also invoke coverage as a module: +You can also invoke coverage.py as a module: .. ifconfig:: not prerelease |