From 0532e7a4587eec2a0f3e1a4dec7d1306f91f59de Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Sun, 1 Sep 2024 19:27:49 -0500 Subject: [PATCH] Update language for enable_instrumentation 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 e83196696..217708ec2 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 instrumentation method in panel class if needed in order + Add the ``aenable_instrumentation`` method to a panel subclass to support async logic for instrumentation. """