For typo in sqlalchemytypes

TrivialFix

Change-Id: I06407cf474e3c98851f277ba03effe691d8b40ef
This commit is contained in:
Gary Kotton 2017-02-13 02:26:13 +02:00 committed by garyk
parent 6759af1fa9
commit 5acfa37999
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ class MACAddress(types.TypeDecorator):
class TruncatedDateTime(types.TypeDecorator):
"""Truncates microseconds.
Use this for datetime fields so we don't have to worry about DB-specifc
Use this for datetime fields so we don't have to worry about DB-specific
behavior when it comes to rounding/truncating microseconds off of
timestamps.
"""