Correct some spelling errors

Change-Id: I592d84d70a3c24fcbed547a3a361da2a2971c3dc
This commit is contained in:
yuhui_inspur 2017-02-05 18:46:08 -08:00
parent 3c1379b5c0
commit f85e4daaf1
1 changed files with 2 additions and 2 deletions

View File

@ -264,7 +264,7 @@ class Panel(HorizonComponent):
.. attribute:: nav
.. method:: nav(context)
The ``nav`` attribute can be either boolean value or a callable
The ``nav`` attribute can be either a boolean value or a callable
which accepts a ``RequestContext`` object as a single argument
to control whether or not this panel should appear in
automatically-generated navigation. Default: ``True``.
@ -442,7 +442,7 @@ class Dashboard(Registry, HorizonComponent):
.. attribute:: nav
.. method:: nav(context)
The ``nav`` attribute can be either boolean value or a callable
The ``nav`` attribute can be either a boolean value or a callable
which accepts a ``RequestContext`` object as a single argument
to control whether or not this dashboard should appear in
automatically-generated navigation. Default: ``True``.