From 5acfa37999393af75957a655a7ecabc9a68cae27 Mon Sep 17 00:00:00 2001 From: Gary Kotton Date: Mon, 13 Feb 2017 02:26:13 +0200 Subject: [PATCH] For typo in sqlalchemytypes TrivialFix Change-Id: I06407cf474e3c98851f277ba03effe691d8b40ef --- neutron/db/sqlalchemytypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/db/sqlalchemytypes.py b/neutron/db/sqlalchemytypes.py index ead5584d637..9a1bac48a79 100644 --- a/neutron/db/sqlalchemytypes.py +++ b/neutron/db/sqlalchemytypes.py @@ -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. """