mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fixed several typos in Django
Backport of 1dcc603eff from master
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user