From ba0632369649d177ba058fca95617e53e9fefd59 Mon Sep 17 00:00:00 2001 From: Bryan Gilbert Date: Sat, 30 Sep 2017 09:02:17 -0400 Subject: [PATCH] fix example config.py alias creation example --- 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 6104d8d6c..a689e0603 100644 --- a/doc/help/configuring.asciidoc +++ b/doc/help/configuring.asciidoc @@ -113,7 +113,7 @@ accepted values depend on the type of the option. Commonly used are: - Dictionaries: * `c.headers.custom = {'X-Hello': 'World', 'X-Awesome': 'yes'}` to override any other values in the dictionary. - * `c.aliases['foo'] = ':message-info foo'` to add a single value. + * `c.aliases['foo'] = 'message-info foo'` to add a single value. - Lists: * `c.url.start_pages = ["https://www.qutebrowser.org/"]` to override any previous elements.