Fixed #11508: Adding missing word to form wizard doc. Thanks thepointer and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
c8517025af
commit
b82ad10f9d
|
@ -95,7 +95,7 @@ Creating a ``FormWizard`` class
|
|||
The next step is to create a :class:`~django.contrib.formtools.wizard.FormWizard`
|
||||
class, which should be a subclass of ``django.contrib.formtools.wizard.FormWizard``.
|
||||
|
||||
As your :class:`~django.forms.forms.Form` classes, this
|
||||
As with your :class:`~django.forms.forms.Form` classes, this
|
||||
:class:`~django.contrib.formtools.wizard.FormWizard` class can live anywhere
|
||||
in your codebase, but convention is to put it in :file:`forms.py`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue