From d29eade03d8e74e0a2b2c316f53f17ffba7a7e0a Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sat, 15 Sep 2018 11:33:26 -0700 Subject: Correct ReStructuredText inline literal syntax in CONTRIBUTING.rst --- CONTRIBUTING.rst | 6 +++--- 1 file 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. -- cgit v1.2.1