diff options
| author | Anton Samarchyan <anton.samarchyan@savoirfairelinux.com> | 2017-01-24 15:31:57 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-02-04 16:39:28 -0500 |
| commit | 5411821e3b8d1427ee63a5914aed1088c04cc1ed (patch) | |
| tree | cfb0412585eb403092522821617f62307161e36f /django/contrib/admin/helpers.py | |
| parent | 3f62d20a9b17c84ba04e0b0c45eff3e596d05dd8 (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.py | 4 |
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__() |
