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 e34e089878..26967fba5c 100644
--- a/django/forms/forms.py
+++ b/django/forms/forms.py
@@ -190,7 +190,7 @@ class BaseForm(object):
for e in bf_errors])
hidden_fields.append(six.text_type(bf))
else:
- # Create a 'class="..."' atribute if the row should have any
+ # Create a 'class="..."' attribute if the row should have any
# CSS classes applied.
css_classes = bf.css_classes()
if css_classes: