mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 03:51:07 +00:00
Clarify documentation.
This commit is contained in:
parent
5fd8ea1d92
commit
b90c832ab1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue