mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[1.7.x] Fix many many typos in comments throughout the codebase
Backport of 2bcb8bfc8d from master
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user