From 7fde851f8dc7ab0a4b796c2bba0e166f226e7674 Mon Sep 17 00:00:00 2001 From: Yaguo Zhou Date: Mon, 28 Aug 2017 23:53:37 +0800 Subject: [PATCH] Remove redundant colon in doc ".. code-block:: shell" appears in the generated doc html by mistake because of the redundant colon in the doc source Change-Id: I5c54fd48a7705cb7d84016707a4bb51e8dd79b2a --- doc/source/cli/generator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/cli/generator.rst b/doc/source/cli/generator.rst index ed5c3ed4..cada1423 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