diff options
Diffstat (limited to 'tests/syndication_tests/tests.py')
| -rw-r--r-- | tests/syndication_tests/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/syndication_tests/tests.py b/tests/syndication_tests/tests.py index ce70b038cd..facb413c7f 100644 --- a/tests/syndication_tests/tests.py +++ b/tests/syndication_tests/tests.py @@ -317,7 +317,7 @@ class SyndicationFeedTest(FeedTestCase): Test that datetimes are correctly converted to the local time zone. """ # Naive date times passed in get converted to the local time zone, so - # check the recived zone offset against the local offset. + # check the received zone offset against the local offset. response = self.client.get('/syndication/naive-dates/') doc = minidom.parseString(response.content) updated = doc.getElementsByTagName('updated')[0].firstChild.wholeText |
