Merge "Changed "panels.py" to "panel.py""

This commit is contained in:
Jenkins 2013-10-25 00:39:32 +00:00 committed by Gerrit Code Review
commit 73919f6235
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ Panel Classes
-------------
To connect a :class:`~horizon.Panel` with a :class:`~horizon.Dashboard` class
you register it in a ``panels.py`` file like so::
you register it in a ``panel.py`` file like so::
import horizon