Skip to content

Commit

Permalink
mark aenable_instrumentation as mehtod
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Aug 27, 2024
1 parent 284c369 commit 263e856
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_instrumentation method to the Panel class to support async
Add ``aenable_instrumentation`` method to the Panel class to support async
instrumentation logic.
"""

Expand Down

0 comments on commit 263e856

Please sign in to comment.