Skip to content

Commit

Permalink
Fix lint issue in docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jezdez committed Apr 14, 2021
1 parent 38e1bd7 commit e9eebfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.rst
Expand Up @@ -83,8 +83,8 @@ Configuring Internal IPs
------------------------

The Debug Toolbar is shown only if your IP address is listed in the
:django:setting:`INTERNAL_IPS` setting. This means that for local
development, you *must* add ``'127.0.0.1'`` to :django:setting:`INTERNAL_IPS`;
:setting:`INTERNAL_IPS` setting. This means that for local
development, you *must* add ``'127.0.0.1'`` to :setting:`INTERNAL_IPS`;
you'll need to create this setting if it doesn't already exist in your
settings module::

Expand Down

0 comments on commit e9eebfb

Please sign in to comment.