summaryrefslogtreecommitdiff
path: root/test/ext/declarative/test_basic.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ext/declarative/test_basic.py')
-rw-r--r--test/ext/declarative/test_basic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/declarative/test_basic.py b/test/ext/declarative/test_basic.py
index 496aad369..e2c2af679 100644
--- a/test/ext/declarative/test_basic.py
+++ b/test/ext/declarative/test_basic.py
@@ -1242,7 +1242,7 @@ class DeclarativeTest(DeclarativeTestBase):
name = Column('name', String(50))
# this is not "valid" but we want to test that Address.id
- # doesnt get stuck into user's table
+ # doesn't get stuck into user's table
adr_count = Address.id