summaryrefslogtreecommitdiff
path: root/test/dialect/test_mysql.py
diff options
context:
space:
mode:
authorDiana Clarke <diana.joan.clarke@gmail.com>2011-02-28 13:17:46 -0500
committerDiana Clarke <diana.joan.clarke@gmail.com>2011-02-28 13:17:46 -0500
commit13242f766eb5063a789937e2d56089207426dba0 (patch)
tree4a599c8e3ce5a887581bbe6b1fb178a696d38827 /test/dialect/test_mysql.py
parent62c545108d97ebe98731204b1de90e9abe2025b7 (diff)
downloadsqlalchemy-13242f766eb5063a789937e2d56089207426dba0.tar.gz
corrected a bunch of spelling typos
Diffstat (limited to 'test/dialect/test_mysql.py')
-rw-r--r--test/dialect/test_mysql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dialect/test_mysql.py b/test/dialect/test_mysql.py
index a805d9838..113f60c14 100644
--- a/test/dialect/test_mysql.py
+++ b/test/dialect/test_mysql.py
@@ -384,7 +384,7 @@ class TypesTest(TestBase, AssertsExecutionResults, AssertsCompiledSQL):
meta.drop_all()
def test_boolean(self):
- """Test BOOL/TINYINT(1) compatability and reflection."""
+ """Test BOOL/TINYINT(1) compatibility and reflection."""
meta = MetaData(testing.db)
bool_table = Table(