summaryrefslogtreecommitdiff
path: root/django/contrib/admin/helpers.py
diff options
context:
space:
mode:
authorAnton Samarchyan <anton.samarchyan@savoirfairelinux.com>2017-01-24 15:31:57 -0500
committerTim Graham <timograham@gmail.com>2017-02-04 16:39:28 -0500
commit5411821e3b8d1427ee63a5914aed1088c04cc1ed (patch)
treecfb0412585eb403092522821617f62307161e36f /django/contrib/admin/helpers.py
parent3f62d20a9b17c84ba04e0b0c45eff3e596d05dd8 (diff)
Refs #27656 -- Updated django.contrib docstring verb style according to PEP 257.
Diffstat (limited to 'django/contrib/admin/helpers.py')
-rw-r--r--django/contrib/admin/helpers.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/django/contrib/admin/helpers.py b/django/contrib/admin/helpers.py
index dc150c6700..bc1fb5e8bd 100644
--- a/django/contrib/admin/helpers.py
+++ b/django/contrib/admin/helpers.py
@@ -377,9 +377,7 @@ class InlineFieldset(Fieldset):
class AdminErrorList(forms.utils.ErrorList):
- """
- Stores all errors for the form/formsets in an add/change stage view.
- """
+ """Store errors for the form/formsets in an add/change view."""
def __init__(self, form, inline_formsets):
super().__init__()