summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-11-25 07:31:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2019-11-25 07:31:01 -0500
commit20ce77515dc3183a33f86adbaa2a82fd8f52bbed (patch)
tree7585b3ee318339d6829def53c4bb56f748fab7d0
parent47d1659826e53d09b86eba8b418dc684050659ca (diff)
downloadpython-coveragepy-git-20ce77515dc3183a33f86adbaa2a82fd8f52bbed.tar.gz
This line was too long, but nothing had changed in years?
-rw-r--r--doc/index.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 62026d0d..3e40ce2c 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -69,9 +69,9 @@ Quick start
Getting started is easy:
-#. Install coverage.py from the `coverage.py page on the Python Package Index`_,
- or by using "pip install coverage". For a few more details, see
- :ref:`install`.
+#. Install coverage.py in the usual way, with ``pip install coverage``, or
+ from the `coverage.py page on the Python Package Index`_. For a few more
+ details, see :ref:`install`.
#. Use ``coverage run`` to run your test suite and gather data. However you
normally run your test suite, replace the initial word "python" with