summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 6522d7b07..5fb8ced35 100644
--- a/README.rst
+++ b/README.rst
@@ -126,7 +126,7 @@ We use pytest_ for testing ``pylint``, which you can use without using ``tox`` f
If you want to run tests on a specific portion of the code with pytest_, (pytest-cov_) and your local python version::
- # ( pip install pytest-cov )
+ # ( pip install pytest-cov )
# Everything:
python3 -m pytest tests/
# Everything in tests/message with coverage for the relevant code: