Skip to content

Commit f91d871

Browse files
committed
Fix typo
1 parent 27d9aae commit f91d871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/panels.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ Third-party panels must subclass :class:`~debug_toolbar.panels.Panel`,
282282
according to the public API described below. Unless noted otherwise, all
283283
methods are optional.
284284

285-
Panels can ship their own templates, static files and views. They're no public
285+
Panels can ship their own templates, static files and views. There is no public
286286
CSS API at this time.
287287

288288
.. autoclass:: debug_toolbar.panels.Panel(*args, **kwargs)

0 commit comments

Comments
 (0)