]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fixed typo in docstring 6246/head
authorMark Bell <MarkCBell@users.noreply.github.com>
Mon, 12 Apr 2021 01:47:24 +0000 (02:47 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 01:47:24 +0000 (02:47 +0100)
test/dialect/mysql/test_types.py

index 3e8aa0fb54f0680f7914a1e2545291de8876aef7..355d774ac0c3c72352f53eafd3c2f45869650344 100644 (file)
@@ -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")