Fixed #2195 -- Fixed spelling error in generic_relations model test. Other errors were fixed earlier today. Thanks, Tom Tobin

git-svn-id: http://code.djangoproject.com/svn/django/trunk@3160 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-06-20 03:03:43 +00:00
parent b10149b08a
commit 15cbc67ea2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Generic relations let an object have a foreign key to any object through a
content-type/object-id field. A generic foreign key can point to any object, content-type/object-id field. A generic foreign key can point to any object,
be it animal, vegetable, or mineral. be it animal, vegetable, or mineral.
The cannonical example is tags (although this example implementation is *far* The canonical example is tags (although this example implementation is *far*
from complete). from complete).
""" """