Skip to content

Commit 523aa53

Browse files
Tilkatim-schilling
authored andcommitted
Fixing type in show_toolbar_callback docs.
1 parent 7a82ac3 commit 523aa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Toolbar options
121121
This is the dotted path to a function used for determining whether the
122122
toolbar should show or not. The default checks are that ``DEBUG`` must be
123123
set to ``True``, the IP of the request must be in ``INTERNAL_IPS``, and the
124-
request must no be an AJAX request. You can provide your own function
124+
request must not be an AJAX request. You can provide your own function
125125
``callback(request)`` which returns ``True`` or ``False``.
126126

127127
Panel options

0 commit comments

Comments
 (0)