Commit 05db03c2 authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Fixed typo in i18n docs.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 83aeb3c7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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(