Skip to content

Commit 00adee4

Browse files
committed
Fix typo
1 parent 3b46f63 commit 00adee4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_babel/extract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def extract_django(fileobj, keywords, comment_tags, options):
4040
'ngettext',
4141
(smart_unicode(u''.join(singular)),
4242
smart_unicode(u''.join(plural))),
43-
[]
43+
[])
4444
else:
4545
yield (
4646
lineno,

0 commit comments

Comments
 (0)