We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1171b33 + 7c75833 commit 5397110Copy full SHA for 5397110
1 file changed
CONTRIBUTING.rst
@@ -30,12 +30,11 @@ Preparing Pull Requests
30
#. Install `tox <https://tox.readthedocs.io/en/latest/>`_::
31
32
Tox is used to run all the tests and will automatically setup virtualenvs
33
- to run the tests in.
34
- (will implicitly use http://www.virtualenv.org/en/latest/)::
+ to run the tests in. Implicitly http://www.virtualenv.org/en/latest/ is used::
35
36
$ pip install tox
37
$ tox -e linting,py37
38
39
#. Follow **PEP-8** for naming and `black <https://github.com/psf/black>`_ for formatting.
40
41
-#. Add a line item to the current **unreleased** verrsion in ``CHANGES.rst``, unless the change is trivial.
+#. Add a line item to the current **unreleased** version in ``CHANGES.rst``, unless the change is trivial.
0 commit comments