summaryrefslogtreecommitdiff
path: root/tests/admin_custom_urls
diff options
context:
space:
mode:
authorAdam Taylor <ataylor32@gmail.com>2015-01-20 07:54:12 -0700
committerTim Graham <timograham@gmail.com>2015-01-20 12:18:03 -0500
commit039465a6a7a18f48ea77ceadb6949990c0ec92e1 (patch)
treecba4538131d680c040535e9ffe3af7c1db034655 /tests/admin_custom_urls
parentdccf41cff0f46a94aa1d853d1bad9052079bb454 (diff)
downloaddjango-039465a6a7a18f48ea77ceadb6949990c0ec92e1.tar.gz
Fixed typos in code comments.
Diffstat (limited to 'tests/admin_custom_urls')
-rw-r--r--tests/admin_custom_urls/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_custom_urls/tests.py b/tests/admin_custom_urls/tests.py
index f3182cd246..ea3c0704b3 100644
--- a/tests/admin_custom_urls/tests.py
+++ b/tests/admin_custom_urls/tests.py
@@ -71,7 +71,7 @@ class AdminCustomUrlsTest(TestCase):
self.assertContains(response, 'Change action')
# Should correctly get the change_view for the model instance with the
- # funny-looking PK (the one wth a 'path/to/html/document.html' value)
+ # funny-looking PK (the one with a 'path/to/html/document.html' value)
url = reverse('admin:%s_action_change' % Action._meta.app_label,
args=(quote("path/to/html/document.html"),))
response = self.client.get(url)