Kaydet (Commit) 05db03c2 authored tarafından Jannis Leidel's avatar Jannis Leidel

Fixed typo in i18n docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst 83aeb3c7
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment