summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 9c29ba9..3361c46 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -76,7 +76,7 @@ The current tests are written in 2 styles:
Running unittest
~~~~~~~~~~~~~~~~
-The tests are written using stdlib `unittest` module, the existing tests
+The tests are written using stdlib ``unittest`` module, the existing tests
include unit, integration and functional tests.
To run the tests::
@@ -86,8 +86,8 @@ To run the tests::
Running functional
~~~~~~~~~~~~~~~~~~
-When installed in dev mode, pycodestyle will have the `--testsuite`
-option which can be used to run the tests::
+When installed in dev mode, pycodestyle will have the ``--testsuite`` option
+which can be used to run the tests::
$ pip install -e .
$ # Run all tests.