Skip to content

Commit

Permalink
Use consistent code markup
Browse files Browse the repository at this point in the history
  • Loading branch information
merwok committed Jan 22, 2017
1 parent 0675f37 commit 0749574
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/profiles.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,19 @@ Documentation Warnings

By default prospector will not produce warnings about missing documentation or
`docstring styleguide violations <https://www.python.org/dev/peps/pep-0257/>`_.
If you want to see these, use the `--doc-warnings` flag at runtime or include it in
If you want to see these, use the ``--doc-warnings`` flag at runtime or include it in
your profile::

doc-warnings: true

This will turn on the otherwise disabled `pep257` tool.
This will turn on the otherwise disabled ``pep257`` tool.


Test Warnings
.............

Prospector will not inspect unit tests and test files by default. You can
turn this on using the `--test-warnings` flag or in your profile::
turn this on using the ``--test-warnings`` flag or in your profile::

test-warnings: true

Expand Down

0 comments on commit 0749574

Please sign in to comment.