Skip to content

Commit

Permalink
remove instrumentation keyword from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 31, 2024
1 parent 07f175a commit e44b305
Showing 1 changed file with 2 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 instrumentation method in panel class in order
to support async intrumentation logic if required.
Add aenable method in panel class in order
to support async logic if required.
"""

def disable_instrumentation(self):
Expand Down

0 comments on commit e44b305

Please sign in to comment.