Skip to content

Commit

Permalink
fix RST typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiecounsell committed Aug 5, 2017
1 parent a6a5e0b commit 38fc142
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -7,7 +7,7 @@ Install via pip::
$ pip install django-pwned-passwords


Add it to your `INSTALLED_APPS`:
Add it to your :code:`INSTALLED_APPS`:

.. code-block:: python
Expand All @@ -18,7 +18,7 @@ Add it to your `INSTALLED_APPS`:
)
Add django-pwned-passwords's PWNEDPasswordValidator to :code:`AUTH_PASSWORD_VALIDATORS`:
Add django-pwned-passwords's :code:`PWNEDPasswordValidator` to :code:`AUTH_PASSWORD_VALIDATORS`:

.. code-block:: python
Expand Down

0 comments on commit 38fc142

Please sign in to comment.