From e406cf830bd739eacb3f1db8b39448453234059e Mon Sep 17 00:00:00 2001 From: Aman Pandey Date: Sun, 1 Sep 2024 00:07:24 +0530 Subject: [PATCH] add instrumentation word in docstring --- debug_toolbar/panels/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug_toolbar/panels/__init__.py b/debug_toolbar/panels/__init__.py index f9e5c9ab0..e83196696 100644 --- a/debug_toolbar/panels/__init__.py +++ b/debug_toolbar/panels/__init__.py @@ -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. """