From 49685cfcb2b059664c6b9f1a6f1a69b36325f6f4 Mon Sep 17 00:00:00 2001 From: Francesco Siddi Date: Sun, 1 Nov 2015 22:54:59 +0100 Subject: [PATCH] Fix for typo --- pillarsdk/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pillarsdk/utils.py b/pillarsdk/utils.py index 9beefc5..f5418ee 100644 --- a/pillarsdk/utils.py +++ b/pillarsdk/utils.py @@ -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']