comment method docs

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2085 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-12-06 17:54:31 +00:00
parent fe18afb9ab
commit f33586a533

View file

@ -95,7 +95,8 @@ class Logger (object):
self.comment(msg % (now.year - 2000))
def comment (self, s, **args):
"""Print given comment and a newline."""
"""Print a comment and a newline. This method just prints
the given string."""
self.writeln(s=s, **args)
def wrap (self, lines, width):