summaryrefslogtreecommitdiff
path: root/test/sql/test_compiler.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-08-08 16:39:15 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-08-08 16:39:15 +0300
commitfd164a6c849289b81f29059dda822c3d5902e40e (patch)
tree3c4a3af786c47c960b73c62c8c4c2373c6048a60 /test/sql/test_compiler.py
parentf2fa9d000b44a54b0fd3ae6114eb5d53ef20c3b8 (diff)
downloadsqlalchemy-fd164a6c849289b81f29059dda822c3d5902e40e.tar.gz
Spelling fixespr/299
Diffstat (limited to 'test/sql/test_compiler.py')
-rw-r--r--test/sql/test_compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_compiler.py b/test/sql/test_compiler.py
index 27cab65ac..a0db9864e 100644
--- a/test/sql/test_compiler.py
+++ b/test/sql/test_compiler.py
@@ -2147,7 +2147,7 @@ class SelectTest(fixtures.TestBase, AssertsCompiledSQL):
'CAST(%s AS %s)' % (literal, expected_results[4]))
# fixme: shoving all of this dialect-specific stuff in one test
- # is now officialy completely ridiculous AND non-obviously omits
+ # is now officially completely ridiculous AND non-obviously omits
# coverage on other dialects.
sel = select([tbl, cast(tbl.c.v1, Numeric)]).compile(
dialect=dialect)