From 07ac5d830a90d75a1af1f95d78ed846f6c33d73f Mon Sep 17 00:00:00 2001 From: Collederas Date: Thu, 8 Dec 2016 13:39:15 +0100 Subject: [PATCH] Added period in BaseFormView docstring. --- django/views/generic/edit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/views/generic/edit.py b/django/views/generic/edit.py index 33e3a1b80c..9b5bd38736 100644 --- a/django/views/generic/edit.py +++ b/django/views/generic/edit.py @@ -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. """