From feee5b44d220385197e6d390136e433c2c56390d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 31 Dec 2021 06:46:05 -0500 Subject: refactor: clean up mentions of coverage3 alias --- doc/cmd.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/cmd.rst') 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: -- cgit v1.2.1