Made changes per doc conventions to horizon.rst

changed file to comply with official doc conventions
horizon should be lowercase per the official name
and capitalization section in the wiki
documentation conventions for OpenStack
https://wiki.openstack.org/wiki/Documentation/Conventions
Partial-bug: 1446253

Change-Id: Icdec9764535c509432b60ac2b3aee54da40d2085
This commit is contained in:
Pratap Vedula 2015-04-17 14:11:43 -04:00
parent 47a5df7dfe
commit 03bf2b7f5d

View File

@ -17,7 +17,7 @@ Horizon
.. attribute:: urls
The auto-generated URLconf for Horizon. Usage::
The auto-generated URLconf for horizon. Usage::
url(r'', include(horizon.urls)),