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
This commit is contained in:
Yaguo Zhou 2017-08-28 23:53:37 +08:00
parent 393275fadb
commit 7fde851f8d
1 changed files with 1 additions and 1 deletions

View File

@ -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