summaryrefslogtreecommitdiff
path: root/docs/topics/forms
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-02-28 11:44:03 -0500
committerTim Graham <timograham@gmail.com>2014-02-28 11:44:03 -0500
commit7f2505ad9e27962ecbd61d2ce26ad691727404a4 (patch)
treecc71ebbbae410c45abf05c517434659c8029ccb1 /docs/topics/forms
parent55fb16258888443bc70398248b6e681f3bc032c8 (diff)
Fixed doc typos.
Diffstat (limited to 'docs/topics/forms')
-rw-r--r--docs/topics/forms/modelforms.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt
index 6222f342b4..bd312562cb 100644
--- a/docs/topics/forms/modelforms.txt
+++ b/docs/topics/forms/modelforms.txt
@@ -662,7 +662,7 @@ There are a couple of things to note, however.
.. versionchanged:: 1.7
-* It's possible to inherit from both ``Form`` and ``ModelForm`` simultaneuosly,
+* It's possible to inherit from both ``Form`` and ``ModelForm`` simultaneously,
however, you must ensure that ``ModelForm`` appears first in the MRO. This is
because these classes rely on different metaclasses and a class can only have
one metaclass.