Skip to content

Commit

Permalink
[1.2.X] Fixed typo in i18n docs.
Browse files Browse the repository at this point in the history
Backport from trunk (r14451).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14452 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jezdez committed Nov 4, 2010
1 parent d633a58 commit b66df2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/i18n/internationalization.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ cardinality of the elements at play.
count = Report.objects.count()
d = {
'count': count,
'name': Report._meta.verbose_name
'name': Report._meta.verbose_name,
'plural_name': Report._meta.verbose_name_plural
}
text = ungettext(
Expand Down

0 comments on commit b66df2f

Please sign in to comment.