Noninteractive: fix docstring for Basic

Signed-off-by: Ben Boeckel <mathstuf@gmail.com>
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Ben Boeckel 2015-10-12 14:11:19 -04:00 committed by Nicolas Sebrecht
parent 456d1724ca
commit 428bb77984
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import logging
from offlineimap.ui.UIBase import UIBase
class Basic(UIBase):
"""'Quiet' simply sets log level to INFO"""
"""'Basic' simply sets log level to INFO"""
def __init__(self, config, loglevel = logging.INFO):
return super(Basic, self).__init__(config, loglevel)