aboutsummaryrefslogtreecommitdiffstats
path: root/debug_toolbar/panels/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug_toolbar/panels/__init__.py')
-rw-r--r--debug_toolbar/panels/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug_toolbar/panels/__init__.py b/debug_toolbar/panels/__init__.py
index 9586e80..e60a5e6 100644
--- a/debug_toolbar/panels/__init__.py
+++ b/debug_toolbar/panels/__init__.py
@@ -51,7 +51,7 @@ class DebugPanel(object):
"""Title showing in panel"""
raise NotImplementedError
- # Enable and disable (expensive) instrumentation
+ # Enable and disable (expensive) instrumentation, must be idempotent
def enable_instrumentation(self):
pass