summaryrefslogtreecommitdiff
path: root/django/test
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-06-16 04:20:23 +0300
committerTim Graham <timograham@gmail.com>2016-06-15 21:20:23 -0400
commit96f97691ad5e1483263cea3bb4e4021b4c8dcc41 (patch)
tree78f847d6c275046a14bcf341d9673972d404abd8 /django/test
parentdb613f4f1250971942f766dcf97c22234a3aa14e (diff)
Fixed broken links in docs and comments.
Diffstat (limited to 'django/test')
-rw-r--r--django/test/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/test/utils.py b/django/test/utils.py
index a5307a4310..e0b2b0da6c 100644
--- a/django/test/utils.py
+++ b/django/test/utils.py
@@ -352,7 +352,7 @@ def compare_xml(want, got):
ordering should not be important. Comment nodes are not considered in the
comparison. Leading and trailing whitespace is ignored on both chunks.
- Based on http://codespeak.net/svn/lxml/trunk/src/lxml/doctestcompare.py
+ Based on https://github.com/lxml/lxml/blob/master/src/lxml/doctestcompare.py
"""
_norm_whitespace_re = re.compile(r'[ \t\n][ \t\n]+')