mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-09 23:24:44 +00:00
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:
parent
fe18afb9ab
commit
f33586a533
1 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in a new issue