Commit 15cbc67e authored by Adrian Holovaty's avatar Adrian Holovaty
Browse files

Fixed #2195 -- Fixed spelling error in generic_relations model test. Other...

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
parent b10149b0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,
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).
"""