Merge "fix literal rendering in dictionary options docs"

This commit is contained in:
Jenkins 2015-09-25 19:59:24 +00:00 committed by Gerrit Code Review
commit 9e553e49da
1 changed files with 4 additions and 2 deletions

View File

@ -274,11 +274,13 @@ use the DictOpt::
opts = [ opts = [
cfg.DictOpt('foo', cfg.DictOpt('foo',
default={})) default={})
] ]
The end users can then specify the option foo in their configuration file The end users can then specify the option foo in their configuration file
as shown below:: as shown below:
.. code-block:: ini
[DEFAULT] [DEFAULT]
foo = k1:v1,k2:v2 foo = k1:v1,k2:v2