Skip to content

Commit

Permalink
Correct ReStructuredText inline literal syntax in CONTRIBUTING.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jan 17, 2019
1 parent bd17ca6 commit d29eade
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Expand Up @@ -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::
Expand All @@ -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.
Expand Down

0 comments on commit d29eade

Please sign in to comment.