summaryrefslogtreecommitdiff
path: root/tests/syndication_tests/tests.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-05-28 17:39:14 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-05-28 17:39:14 -0700
commit1dcc603efff8229838f27019668d864a0bcbfa59 (patch)
tree8c67764f440faeb095143498383ca57ecd4f09be /tests/syndication_tests/tests.py
parente79725cdf90e3271626ed66f70b63640d3fcc521 (diff)
downloaddjango-1dcc603efff8229838f27019668d864a0bcbfa59.tar.gz
Fixed several typos in Django
Diffstat (limited to 'tests/syndication_tests/tests.py')
-rw-r--r--tests/syndication_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/syndication_tests/tests.py b/tests/syndication_tests/tests.py
index facb413c7f..fabc3e1eaa 100644
--- a/tests/syndication_tests/tests.py
+++ b/tests/syndication_tests/tests.py
@@ -386,7 +386,7 @@ class SyndicationFeedTest(FeedTestCase):
def test_item_link_error(self):
"""
- Test that a ImproperlyConfigured is raised if no link could be found
+ Test that an ImproperlyConfigured is raised if no link could be found
for the item(s).
"""
self.assertRaises(ImproperlyConfigured,