From 6cd02ca368b5fd54af210de04abf55f6a3afa01a Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 18 Feb 2014 14:37:49 +0100 Subject: [PATCH] utils.config docstring update --- qutebrowser/utils/config.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/qutebrowser/utils/config.py b/qutebrowser/utils/config.py index 1927b86e1..d96cfb189 100644 --- a/qutebrowser/utils/config.py +++ b/qutebrowser/utils/config.py @@ -15,13 +15,7 @@ # You should have received a copy of the GNU General Public License # along with qutebrowser. If not, see . -"""Configuration storage and config-related utilities. - -config -- The main Config object. -colordict -- All configured colors. -MONOSPACE -- A list of suitable monospace fonts. - -""" +"""Configuration storage and config-related utilities.""" import os import io