From 800464d31155bfdf2e88591fd7e6fd2a6d89de87 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 16 Sep 2017 14:20:48 +0200 Subject: [PATCH] Fix dict documentation in configuring.asciidoc --- doc/help/configuring.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/help/configuring.asciidoc b/doc/help/configuring.asciidoc index f780b32ea..a3991f023 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -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: