From 6f64ba4634f66dfff0016dde7eea6e0c09682bd7 Mon Sep 17 00:00:00 2001 From: liyanhang Date: Tue, 25 Oct 2016 21:48:21 +0800 Subject: [PATCH] Change "Openstack" to "OpenStack" According to the word choice convention in http://docs.openstack.org/contributor-guide/writing-style/word-choice.html We should use OpenStack instead of Openstack. Change-Id: I1aff75b8ca5671b2e42b5993192eea59e2247a3e --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9c9c9e3..b8e0af9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -369,7 +369,7 @@ latex_documents = [ # (source start file, name, description, authors, manual section). man_pages = [ ('index', u'Zaqar UI Documentation', - 'Documentation for the Zaqar UI plugin to the Openstack\ + 'Documentation for the Zaqar UI plugin to the OpenStack\ Dashboard (Horizon)', [u'OpenStack'], 1) ]