For typo in sqlalchemytypes
TrivialFix Change-Id: I06407cf474e3c98851f277ba03effe691d8b40ef
This commit is contained in:
parent
6759af1fa9
commit
5acfa37999
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user