summaryrefslogtreecommitdiff
path: root/test/sql/test_inspect.py
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2016-10-07 13:06:09 +0300
committerVille Skyttä <ville.skytta@iki.fi>2016-10-08 20:42:50 +0300
commite47063bfe0de1318c12a4f9ef67b9538cad34489 (patch)
tree898a00af2714e1e52b8decb69b1776ad95030def /test/sql/test_inspect.py
parent80861dffa9f2a2564dd5e854d97006d9fff48a18 (diff)
downloadsqlalchemy-e47063bfe0de1318c12a4f9ef67b9538cad34489.tar.gz
Spelling fixes
Diffstat (limited to 'test/sql/test_inspect.py')
-rw-r--r--test/sql/test_inspect.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_inspect.py b/test/sql/test_inspect.py
index 12d377e51..60267542a 100644
--- a/test/sql/test_inspect.py
+++ b/test/sql/test_inspect.py
@@ -36,7 +36,7 @@ class TestCoreInspection(fixtures.TestBase):
def test_no_clause_element_on_clauseelement(self):
# re [ticket:3802], there are in the wild examples
# of looping over __clause_element__, therefore the
- # absense of __clause_element__ as a test for "this is the clause
+ # absence of __clause_element__ as a test for "this is the clause
# element" must be maintained
x = Column('foo', Integer)