From: jhermann Date: Thu, 22 Nov 2001 15:09:40 +0000 (+0000) Subject: Typo fix X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8d3fe7e931837746b0d649c13b8a0092846d6b1d;p=roundup.git Typo fix git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@417 57a73879-2fb5-44c3-a270-3262357dd7e2 --- diff --git a/tools/pygettext.py b/tools/pygettext.py index c7c9830..1a67e1e 100644 --- a/tools/pygettext.py +++ b/tools/pygettext.py @@ -277,7 +277,7 @@ class TokenEater: self.__data.append(safe_eval(tstring)) elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]: - # warn if we seen anything else than STRING or whitespace + # warn if we see anything else than STRING or whitespace print >>sys.stderr, _('*** %(file)s:%(lineno)s: Seen unexpected token "%(token)s"') % { 'token': tstring, 'file': self.__curfile, 'lineno': self.__lineno} self.__state = self.__waiting