summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorYaguo Zhou <zhouyaguo@gmail.com>2017-08-28 23:53:37 +0800
committerYaguo Zhou <zhouyaguo@gmail.com>2017-08-29 00:00:41 +0800
commit7fde851f8dc7ab0a4b796c2bba0e166f226e7674 (patch)
tree7cba7ef0bf12ee2a984bb3a1851314f8f60359ec /doc
parent393275fadb15dea47616b0843fd8e8a15cfbeeec (diff)
downloadoslo-config-7fde851f8dc7ab0a4b796c2bba0e166f226e7674.tar.gz
Remove redundant colon in doc4.12.0
".. code-block:: shell" appears in the generated doc html by mistake because of the redundant colon in the doc source Change-Id: I5c54fd48a7705cb7d84016707a4bb51e8dd79b2a
Diffstat (limited to 'doc')
-rw-r--r--doc/source/cli/generator.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/cli/generator.rst b/doc/source/cli/generator.rst
index ed5c3ed..cada142 100644
--- a/doc/source/cli/generator.rst
+++ b/doc/source/cli/generator.rst
@@ -311,7 +311,7 @@ register multiple entry points:
nova.api = nova.config:list_api_opts
nova.compute = nova.config:list_compute_opts
-and generate a config file specific to each program::
+and generate a config file specific to each program:
.. code-block:: shell