From 03bf2b7f5dc95d15afe9569dbeadb4db1c6c76a0 Mon Sep 17 00:00:00 2001 From: Pratap Vedula Date: Fri, 17 Apr 2015 14:11:43 -0400 Subject: [PATCH] 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 --- doc/source/ref/horizon.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/ref/horizon.rst b/doc/source/ref/horizon.rst index cc4b2d7099..790326c1dc 100644 --- a/doc/source/ref/horizon.rst +++ b/doc/source/ref/horizon.rst @@ -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)),