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

Change-Id: Idc5313834b43060ff552017dfcaeacd8d5b62444
This commit is contained in:
Kev Bittner 2013-10-24 15:11:38 -05:00
parent 63dbd1a3b6
commit e6ed24f1c1

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