Skip to content

Commit df8841e

Browse files
authored
Merge pull request #1390 from jdufresne/fix-docstring
Correct docstring for Panel.enable_instrumentation()
2 parents 49820ed + c2736a4 commit df8841e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

debug_toolbar/panels/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,7 @@ def enable_instrumentation(self):
131131
time.
132132
133133
Unless the toolbar or this panel is disabled, this method will be
134-
called early in :class:`DebugToolbarMiddleware.process_request`. It
135-
should be idempotent.
134+
called early in ``DebugToolbarMiddleware``. It should be idempotent.
136135
"""
137136

138137
def disable_instrumentation(self):

0 commit comments

Comments
 (0)