From de115ae40695d8e9fa6d85c629222bec2ea01ff6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 17 Jul 2012 20:04:22 -0400 Subject: - a big renaming of all the _Underscore classes to have plain names. The old names are still defined for backwards compatibility. - _BindParamClause renamed to BindParameter --- test/sql/test_selectable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/sql/test_selectable.py') diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index f41360359..b2b8ce187 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -668,7 +668,7 @@ class JoinConditionTest(fixtures.TestBase, AssertsExecutionResults): # TODO: this raises due to right side being "grouped", and no - # longer has FKs. Did we want to make _FromGrouping friendlier + # longer has FKs. Did we want to make FromGrouping friendlier # ? assert_raises_message(exc.ArgumentError, -- cgit v1.2.1