diff options
Diffstat (limited to 'test/ext/test_automap.py')
-rw-r--r-- | test/ext/test_automap.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ext/test_automap.py b/test/ext/test_automap.py index da80f377e..78985f134 100644 --- a/test/ext/test_automap.py +++ b/test/ext/test_automap.py @@ -123,7 +123,7 @@ class AutomapTest(fixtures.MappedTest): i1 = Item() o1.items_collection.add(i1) - # it's 'order_collection' because the class name is + # it is 'order_collection' because the class name is # "Order" ! assert isinstance(i1.order_collection, list) assert o1 in i1.order_collection |