Merge "For typo in sqlalchemytypes"

This commit is contained in:
Jenkins 2017-02-15 09:57:22 +00:00 committed by Gerrit Code Review
commit ca8abce1d5

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.
"""