diff options
| author | Karen Tracey <kmtracey@gmail.com> | 2010-08-12 10:48:24 +0000 |
|---|---|---|
| committer | Karen Tracey <kmtracey@gmail.com> | 2010-08-12 10:48:24 +0000 |
| commit | d69cdc6d706db67a0ee118d9aaab82f9e7e5dcba (patch) | |
| tree | 89667631e8c02c062b356a9205b8ff954f053a00 | |
| parent | a004ac6eef3faa847f73afb9127c10269f097dd1 (diff) | |
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
| -rw-r--r-- | docs/ref/contrib/comments/models.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
