mirror of
https://github.com/django/django.git
synced 2025-08-02 01:53:15 +00:00
Added period in BaseFormView docstring.
This commit is contained in:
parent
98359109eb
commit
07ac5d830a
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ class ProcessFormView(View):
|
|||
|
||||
class BaseFormView(FormMixin, ProcessFormView):
|
||||
"""
|
||||
A base view for displaying a form
|
||||
A base view for displaying a form.
|
||||
"""
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue