We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef6de3 commit 2555918Copy full SHA for 2555918
bpython/translations.py
@@ -6,7 +6,7 @@
6
except IOError:
7
# try to load .mo files created with babel on i18n/ dir
8
try:
9
- translation = gettext.translation('bpython', 'i18n'))
+ translation = gettext.translation('bpython', 'i18n')
10
11
translation = None
12
0 commit comments