mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-22 14:01:53 +00:00
Fix a typo in a docstring
This commit is contained in:
parent
8cabddfda0
commit
e25d2fc025
1 changed files with 1 additions and 1 deletions
|
|
@ -334,7 +334,7 @@ The following example shows how to create a multi-step form.
|
|||
|
||||
def serve(self, request, *args, **kwargs):
|
||||
"""
|
||||
Implements simple a multi-step form.
|
||||
Implements a simple multi-step form.
|
||||
|
||||
Stores each step into a session.
|
||||
When the last step was submitted correctly, saves whole form into a DB.
|
||||
|
|
|
|||
Loading…
Reference in a new issue