Fix for typo

This commit is contained in:
2015-11-01 22:54:59 +01:00
parent bdeaae71b4
commit 49685cfcb2

View File

@@ -48,7 +48,7 @@ def merge_dict(data, *override):
def convert_datetime(item):
"""Starting from an JSON object, find and replace the _create and _updated
"""Starting from a JSON object, find and replace the _create and _updated
keys with actual datetime objects.
"""
keys = ['_updated', '_created']