summaryrefslogtreecommitdiff
path: root/test/orm/test_relationships.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/orm/test_relationships.py')
-rw-r--r--test/orm/test_relationships.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_relationships.py b/test/orm/test_relationships.py
index 061187330..5cde60ade 100644
--- a/test/orm/test_relationships.py
+++ b/test/orm/test_relationships.py
@@ -355,7 +355,7 @@ class M2ODontOverwriteFKTest(fixtures.MappedTest):
class DirectSelfRefFKTest(fixtures.MappedTest, AssertsCompiledSQL):
"""Tests the ultimate join condition, a single column
- that points to itself, e.g. within a SQL function or similar.
+ that points to itself, e.g. within an SQL function or similar.
The test is against a materialized path setup.
this is an **extremely** unusual case::