Skip to content

Commit

Permalink
add asgi and aenable_instrumentation in wordlist
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 27, 2024
1 parent 263e856 commit 7bd5314
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion debug_toolbar/panels/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ 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_instrumentation`` method to the Panel class to support async
Add aenable_instrumentation method to the Panel class to support async
instrumentation logic.
"""

Expand Down
2 changes: 2 additions & 0 deletions docs/spelling_wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Pympler
Roboto
Transifex
Werkzeug
aenable_instrumentation
ajax
asgi
async
backend
backends
Expand Down

0 comments on commit 7bd5314

Please sign in to comment.