diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2015-12-02 23:55:50 +0000 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-12-03 12:48:24 -0500 |
| commit | 93452a70e8a62c7408eeded444f5088d4a26212d (patch) | |
| tree | dfc64c81f0610e45650350e2d41918f5913ed098 /docs/ref | |
| parent | b6dd0afead80a17d0ac8c3ba35c510afac32a0b8 (diff) | |
Fixed many spelling mistakes in code, comments, and docs.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/contrib/syndication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/syndication.txt b/docs/ref/contrib/syndication.txt index 278e293276..4a77f39435 100644 --- a/docs/ref/contrib/syndication.txt +++ b/docs/ref/contrib/syndication.txt @@ -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. |
