summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/ignored/this_wont_normally_be_here.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/messages/data/project/ignored/this_wont_normally_be_here.py')
-rw-r--r--tests/messages/data/project/ignored/this_wont_normally_be_here.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/messages/data/project/ignored/this_wont_normally_be_here.py b/tests/messages/data/project/ignored/this_wont_normally_be_here.py
index b96f542..8ca4991 100644
--- a/tests/messages/data/project/ignored/this_wont_normally_be_here.py
+++ b/tests/messages/data/project/ignored/this_wont_normally_be_here.py
@@ -8,4 +8,4 @@ from gettext import ngettext
def foo():
# Note: This will have the TRANSLATOR: tag but shouldn't
# be included on the extracted stuff
- print ngettext('FooBar', 'FooBars', 1)
+ print(ngettext('FooBar', 'FooBars', 1))