Fix a typo in a docstring

pull/3220/merge
Mikalai Radchuk 2017-01-22 11:36:38 +03:00
rodzic 8cabddfda0
commit e25d2fc025
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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