mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed many spelling mistakes in code, comments, and docs.
This commit is contained in:
parent
b6dd0afead
commit
93452a70e8
61 changed files with 187 additions and 187 deletions
|
@ -851,7 +851,7 @@ This example illustrates all possible attributes and methods for a
|
|||
|
||||
def item_updateddate(self):
|
||||
"""
|
||||
Returns the updateddated for every item in the feed.
|
||||
Returns the updateddate for every item in the feed.
|
||||
"""
|
||||
|
||||
item_updateddate = datetime.datetime(2005, 5, 3) # Hard-coded updateddate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue