From cf6f342150791ace82c6a099e8ea2923138bd61e Mon Sep 17 00:00:00 2001 From: Mark Bell Date: Mon, 12 Apr 2021 02:47:24 +0100 Subject: [PATCH] Fixed typo in docstring --- test/dialect/mysql/test_types.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dialect/mysql/test_types.py b/test/dialect/mysql/test_types.py index 3e8aa0fb54..355d774ac0 100644 --- a/test/dialect/mysql/test_types.py +++ b/test/dialect/mysql/test_types.py @@ -450,7 +450,7 @@ class TypeCompileTest(fixtures.TestBase, AssertsCompiledSQL): self.assert_compile(mysql.DATETIME(fsp=4), "DATETIME(4)") def test_time_generic(self): - """"Exercise TIME.""" + """Exercise TIME.""" self.assert_compile(mysql.TIME(), "TIME") -- 2.47.3