We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d7010 commit 8ed6379Copy full SHA for 8ed6379
pynamodb/attributes.py
@@ -598,7 +598,7 @@ def deserialize(self, value):
598
except (ValueError, IndexError):
599
try:
600
# Attempt to parse the datetime with the datetime format used
601
- # by default when storing UTCDateTimeAttributes. This is signifantly
+ # by default when storing UTCDateTimeAttributes. This is significantly
602
# faster than always going through dateutil.
603
return datetime.strptime(value, DATETIME_FORMAT)
604
except ValueError:
0 commit comments