Skip to content

Commit

Permalink
add instrumentation word in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 31, 2024
1 parent bae89e6 commit e406cf8
Showing 1 changed file with 1 addition 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 method in panel class if needed in order
Add aenable instrumentation method in panel class if needed in order
to support async logic for instrumentation.
"""

Expand Down

0 comments on commit e406cf8

Please sign in to comment.