diff options
| author | Collederas <scandola.fabrizio@gmail.com> | 2016-12-08 13:39:15 +0100 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2016-12-08 07:39:15 -0500 |
| commit | 07ac5d830a90d75a1af1f95d78ed846f6c33d73f (patch) | |
| tree | 1ad6740cf7069e400f83471edd8ea1848cbfbc89 | |
| parent | 98359109eb0ed68a5821476bcd797455723aaaba (diff) | |
Added period in BaseFormView docstring.
| -rw-r--r-- | django/views/generic/edit.py | 2 |
1 files changed, 1 insertions, 1 deletions
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. """ |
