diff --git a/oslo_config/cfg.py b/oslo_config/cfg.py index f328d555..26a8a14e 100644 --- a/oslo_config/cfg.py +++ b/oslo_config/cfg.py @@ -274,11 +274,13 @@ use the DictOpt:: opts = [ cfg.DictOpt('foo', - default={})) + default={}) ] The end users can then specify the option foo in their configuration file -as shown below:: +as shown below: + +.. code-block:: ini [DEFAULT] foo = k1:v1,k2:v2