summaryrefslogtreecommitdiff
path: root/django/test/html.py
diff options
context:
space:
mode:
authorGavin Wahl <gwahl@fusionbox.com>2013-03-28 11:16:53 -0600
committerGavin Wahl <gwahl@fusionbox.com>2013-03-28 11:16:53 -0600
commitec04fd1344bda8067404b720ce48b01eb3546c6e (patch)
tree917a723867d6d1ee770995083925746a0946304d /django/test/html.py
parente081601f6e81e0c41e66200753c348a5009c3ccf (diff)
Fixed spelling errors
Diffstat (limited to 'django/test/html.py')
-rw-r--r--django/test/html.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/html.py b/django/test/html.py
index cda9dfab27..0d30bd2d1c 100644
--- a/django/test/html.py
+++ b/django/test/html.py
@@ -222,7 +222,7 @@ def parse_html(html):
"""
Takes a string that contains *valid* HTML and turns it into a Python object
structure that can be easily compared against other HTML on semantic
- equivilance. Syntactical differences like which quotation is used on
+ equivalence. Syntactical differences like which quotation is used on
arguments will be ignored.
"""