From d69cdc6d706db67a0ee118d9aaab82f9e7e5dcba Mon Sep 17 00:00:00 2001 From: Karen Tracey Date: Thu, 12 Aug 2010 10:48:24 +0000 Subject: [PATCH] Fixed #14100: Corrected spelling error in description of user_email. Thanks tom_simpson. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13574 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/ref/contrib/comments/models.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/contrib/comments/models.txt b/docs/ref/contrib/comments/models.txt index af85d68f00..51aa117a1c 100644 --- a/docs/ref/contrib/comments/models.txt +++ b/docs/ref/contrib/comments/models.txt @@ -51,7 +51,7 @@ The built-in comment models .. attribute:: user_email - The email of the user who posteed the comment. + The email of the user who posted the comment. .. attribute:: user_url