summaryrefslogtreecommitdiff
path: root/tests/messages/data/project/file2.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/messages/data/project/file2.py')
-rw-r--r--tests/messages/data/project/file2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/messages/data/project/file2.py b/tests/messages/data/project/file2.py
index 9991ea8..b621493 100644
--- a/tests/messages/data/project/file2.py
+++ b/tests/messages/data/project/file2.py
@@ -6,4 +6,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))