Fix dict documentation in configuring.asciidoc
This commit is contained in:
parent
714c18db0e
commit
800464d311
@ -77,7 +77,7 @@ accepted values depend on the type of the option. Commonly used are:
|
||||
- Booleans: `c.completion.shrink = True`
|
||||
- Integers: `c.messages.timeout = 5000`
|
||||
- Dictionaries:
|
||||
* `c.headers.custom['X-Hello'] = 'World'` to override any other values in the
|
||||
* `c.headers.custom = {'X-Hello': 'World'}` to override any other values in the
|
||||
dictionary.
|
||||
* `c.aliases['foo'] = ':message-info foo'` to add a single value.
|
||||
- Lists:
|
||||
|
Loading…
Reference in New Issue
Block a user