Skip to content

Commit dcc6cbe

Browse files
living180tim-schilling
authored andcommitted
Fix incorrect attribute and class reference markup
1 parent bf78513 commit dcc6cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debug_toolbar/panels/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def template(self):
8787
Template used to render :attr:`content`.
8888
8989
Mandatory, unless the panel sets :attr:`has_content` to ``False`` or
90-
overrides `attr`:content`.
90+
overrides :attr:`content`.
9191
"""
9292
raise NotImplementedError
9393

@@ -248,6 +248,6 @@ def run_checks(cls):
248248
This will be called as a part of the Django checks system when the
249249
application is being setup.
250250
251-
Return a list of :class: `django.core.checks.CheckMessage` instances.
251+
Return a list of :class:`django.core.checks.CheckMessage` instances.
252252
"""
253253
return []

0 commit comments

Comments
 (0)