mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Added period in BaseFormView docstring.
This commit is contained in:
@@ -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.
|
||||
"""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user