From 5f83e0488af7ad9d56584834f9e1fea772fdeea5 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 6 Sep 2008 00:09:17 +0000 Subject: [PATCH] Fixed #8894 -- Fixed typo in modelforms.txt. Thanks, koblaid@web.de git-svn-id: http://code.djangoproject.com/svn/django/trunk@8972 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/topics/forms/modelforms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index f58e532c26..4c33d60df1 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -559,7 +559,7 @@ some author you would do:: >>> author = Author.objects.get(name=u'Orson Scott Card') >>> formset = BookFormSet(instance=author) -More than one foriegn key to the same model +More than one foreign key to the same model ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ If your model contains more than one foreign key to the same model you will