Merge "fix literal rendering in dictionary options docs"
This commit is contained in:
commit
9e553e49da
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user