Fix a typo in a docstring

This commit is contained in:
Mikalai Radchuk 2017-01-22 11:36:38 +03:00
parent 8cabddfda0
commit e25d2fc025

View file

@ -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.