summaryrefslogtreecommitdiff
path: root/django/forms/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/forms/forms.py')
-rw-r--r--django/forms/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/forms/forms.py b/django/forms/forms.py
index 760ba7b767..ce64f6286e 100644
--- a/django/forms/forms.py
+++ b/django/forms/forms.py
@@ -288,7 +288,7 @@ class BaseForm(RenderableFormMixin):
if field is not None:
raise TypeError(
"The argument `field` must be `None` when the `error` "
- "argument contains errors for multiple fields."
+ "argument is a dictionary."
)
else:
error = error.error_dict