Clarify documentation.

This commit is contained in:
Bastian Kleineidam 2010-09-28 20:20:08 +02:00
parent 5fd8ea1d92
commit b90c832ab1

View file

@ -35,7 +35,7 @@ class GuiLogHandler (Handler, object):
class GuiLogger (Logger):
"""Delegate log messages to the UI."""
"""Delegate log URLs to the UI tree widget."""
def __init__ (self, **args):
super(GuiLogger, self).__init__(**args)