summaryrefslogtreecommitdiff
path: root/test/sql/test_inspect.py
diff options
context:
space:
mode:
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)