author | Christian Ebert <blacktrash@gmx.net> |
Thu, 30 Aug 2007 23:22:18 +0200 | |
changeset 232 | 030712a46eb9 |
parent 231 | 95fa2165e4eb |
child 233 | e60fdc1990e3 |
hgkw/keyword.py | file | annotate | diff | comparison | revisions |
--- a/hgkw/keyword.py Sat Aug 25 15:38:04 2007 +0200 +++ b/hgkw/keyword.py Thu Aug 30 23:22:18 2007 +0200 @@ -265,8 +265,7 @@ def read(self, node): '''Passes data through kwemplater methods for either unconditional keyword expansion - or counting of keywords and substitution method - set by the calling overwrite function.''' + or counting of keywords and substitution.''' data = super(kwfilelog, self).read(node) if not self.kwcnt: return self.kwtemplater.expand(node, data)