Skip to content

Commit 8ed6379

Browse files
timgates42ikonst
authored andcommitted
Fix simple typo: signifantly -> significantly (#739)
1 parent 40d7010 commit 8ed6379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynamodb/attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ def deserialize(self, value):
598598
except (ValueError, IndexError):
599599
try:
600600
# Attempt to parse the datetime with the datetime format used
601-
# by default when storing UTCDateTimeAttributes. This is signifantly
601+
# by default when storing UTCDateTimeAttributes. This is significantly
602602
# faster than always going through dateutil.
603603
return datetime.strptime(value, DATETIME_FORMAT)
604604
except ValueError:

0 commit comments

Comments
 (0)