Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Juanjo Conti committed Sep 2, 2015
1 parent f5756c1 commit 1428912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v7/import_goodreads/import_goodreads.py
Expand Up @@ -99,7 +99,7 @@ def import_item(self, item):

slug = utils.slugify(title)

# Needed becuase user_read_at can have a different locale
# Needed because user_read_at can have a different locale
saved = locale.getlocale(locale.LC_ALL)
locale.setlocale(locale.LC_ALL, (None, None))
post_date = datetime.datetime.strptime(item.user_read_at[:-6], "%a, %d %b %Y %H:%M:%S")
Expand Down

0 comments on commit 1428912

Please sign in to comment.