We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98e901a commit af69c0fCopy full SHA for af69c0f
factory_method.py
@@ -27,4 +27,4 @@ def get_localizer(language="English"):
27
e, j = get_localizer("English"), get_localizer("Greek")
28
# Localize some text
29
for msgid in "dog parrot cat bear".split():
30
- print e.get(msgid), j.get(msgid)
+ print(e.get(msgid), j.get(msgid))
0 commit comments