1
0
mirror of https://github.com/django/django.git synced 2025-03-11 18:02:35 +00:00

Added period in BaseFormView docstring.

This commit is contained in:
Collederas 2016-12-08 13:39:15 +01:00 committed by Tim Graham
parent 98359109eb
commit 07ac5d830a

View File

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