Skip to content

Commit b4adcd9

Browse files
author
Jürgen Hermann
committed
Minor change
1 parent 3172508 commit b4adcd9

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
@@ -568,6 +568,6 @@ class Options:
568568
main()
569569
# some more test strings
570570
_(u'a unicode string')
571-
_('*** Seen unexpected token "%(token)s"' % {'token': 'test'})
571+
_('*** Seen unexpected token "%(token)s"' % {'token': 'test'}) # this one creates a warning
572572
_('more' 'than' 'one' 'string')
573573

0 commit comments

Comments
 (0)