Skip to content

Commit d29eade

Browse files
committed
Correct ReStructuredText inline literal syntax in CONTRIBUTING.rst
1 parent bd17ca6 commit d29eade

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The current tests are written in 2 styles:
7676
Running unittest
7777
~~~~~~~~~~~~~~~~
7878

79-
The tests are written using stdlib `unittest` module, the existing tests
79+
The tests are written using stdlib ``unittest`` module, the existing tests
8080
include unit, integration and functional tests.
8181

8282
To run the tests::
@@ -86,8 +86,8 @@ To run the tests::
8686
Running functional
8787
~~~~~~~~~~~~~~~~~~
8888

89-
When installed in dev mode, pycodestyle will have the `--testsuite`
90-
option which can be used to run the tests::
89+
When installed in dev mode, pycodestyle will have the ``--testsuite`` option
90+
which can be used to run the tests::
9191

9292
$ pip install -e .
9393
$ # Run all tests.

0 commit comments

Comments
 (0)