Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
docs: fix typos in apps.py docstrings
Signed-off-by: aoright <102943475+aoright@users.noreply.github.com>
  • Loading branch information
aoright committed Aug 20, 2026
commit 24b81755dad811ab6c37d6add5ed1ba251c58d9b
4 changes: 2 additions & 2 deletions debug_toolbar/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def check_template_config(config):
"""
Checks if a template configuration is valid.

The toolbar requires either the toolbars to be unspecified or
The toolbar requires either the loaders to be unspecified or
``django.template.loaders.app_directories.Loader`` to be
included in the loaders.
If custom loaders are specified, then APP_DIRS must be True.
Expand Down Expand Up @@ -172,7 +172,7 @@ def check_middleware(app_configs, **kwargs):

@register
def check_panel_configs(app_configs, **kwargs):
"""Allow each panel to check the toolbar's integration for their its own purposes."""
"""Allow each panel to check the toolbar's integration for its own purposes."""
from debug_toolbar.toolbar import DebugToolbar

errors = []
Expand Down