Skip to content

Commit

Permalink
add instrumentation in spelling list
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 31, 2024
1 parent e44b305 commit d954bda
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debug_toolbar/panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ def enable_instrumentation(self):
Unless the toolbar or this panel is disabled, this method will be
called early in ``DebugToolbarMiddleware``. It should be idempotent.
Add aenable method in panel class in order
to support async logic if required.
Add aenable_instrumentation method in panel class if needed in order
to support async intrumentation logic.
"""

def disable_instrumentation(self):
Expand Down
1 change: 1 addition & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ flatpages
frontend
htmx
inlining
instrumentation
isort
jQuery
jinja
Expand Down

0 comments on commit d954bda

Please sign in to comment.