summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-12-31 06:46:05 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-12-31 06:46:05 -0500
commitfeee5b44d220385197e6d390136e433c2c56390d (patch)
tree993aa6de82e881f3356873e5f93d6825ef6193e5 /doc
parentea44f13536b2f37dd3269fa1936ebf2bab8f972a (diff)
downloadpython-coveragepy-git-feee5b44d220385197e6d390136e433c2c56390d.tar.gz
refactor: clean up mentions of coverage3 alias
Diffstat (limited to 'doc')
-rw-r--r--doc/cmd.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 76ef9dbf..ed86e28a 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -32,10 +32,10 @@ Command line usage
When you install coverage.py, a command-line script called ``coverage`` is
placed on your path. To help with multi-version installs, it will also create
-either a ``coverage2`` or ``coverage3`` alias, and a ``coverage-X.Y`` alias,
-depending on the version of Python you're using. For example, when installing
-on Python 3.7, you will be able to use ``coverage``, ``coverage3``, or
-``coverage-3.7`` on the command line.
+a ``coverage3`` alias, and a ``coverage-X.Y`` alias, depending on the version
+of Python you're using. For example, when installing on Python 3.7, you will
+be able to use ``coverage``, ``coverage3``, or ``coverage-3.7`` on the command
+line.
Coverage.py has a number of commands: