Skip to content

Commit 3f30690

Browse files
author
Jürgen Hermann
committed
Typo fix
1 parent f6769a8 commit 3f30690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/pygettext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ def __openseen(self, ttype, tstring, lineno):
277277
self.__data.append(safe_eval(tstring))
278278
elif ttype not in [tokenize.COMMENT, token.INDENT, token.DEDENT,
279279
token.NEWLINE, tokenize.NL]:
280-
# warn if we seen anything else than STRING or whitespace
280+
# warn if we see anything else than STRING or whitespace
281281
print >>sys.stderr, _('*** %(file)s:%(lineno)s: Seen unexpected token "%(token)s"') % {
282282
'token': tstring, 'file': self.__curfile, 'lineno': self.__lineno}
283283
self.__state = self.__waiting

0 commit comments

Comments
 (0)