summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-15 11:33:26 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2019-01-16 19:24:10 -0800
commitd29eade03d8e74e0a2b2c316f53f17ffba7a7e0a (patch)
treec46273e40053cf310950e8178c0a98030a0fa90e
parentbd17ca651a57f8cdd278a8fac84d6a09a178a3eb (diff)
downloadpep8-d29eade03d8e74e0a2b2c316f53f17ffba7a7e0a.tar.gz
Correct ReStructuredText inline literal syntax in 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.