Skip to content

Commit 2555918

Browse files
committed
Syntax Error -.-
1 parent 3ef6de3 commit 2555918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bpython/translations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
except IOError:
77
# try to load .mo files created with babel on i18n/ dir
88
try:
9-
translation = gettext.translation('bpython', 'i18n'))
9+
translation = gettext.translation('bpython', 'i18n')
1010
except IOError:
1111
translation = None
1212

0 commit comments

Comments
 (0)