summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-12 12:06:22 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2020-09-12 16:19:57 +0200
commit4980369e6dcee8929b881dc9ec365523cd8d82b3 (patch)
tree5cd0664abf898e17fbdda2038bc704d417a5e662 /README.rst
parent5405dd5115d598fa69e49538d50ec79202b1b52e (diff)
downloadpylint-git-4980369e6dcee8929b881dc9ec365523cd8d82b3.tar.gz
Remove unsecable whitespace in the whole codebase
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: