diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2022-10-06 11:57:06 -0400 |
|---|---|---|
| committer | Federico Caselli <cfederico87@gmail.com> | 2022-10-10 21:27:50 +0200 |
| commit | b580b425c37da7d0d4027e588bffcb876d979eb2 (patch) | |
| tree | da9d17d98fdf6768794ef71fc754195b765037ba /test/sql | |
| parent | 276349200c486eee108471b888acfc47ea19201b (diff) | |
| download | sqlalchemy-b580b425c37da7d0d4027e588bffcb876d979eb2.tar.gz | |
doc edits
this is addressing comments still remaining on
I9929daab7797be9515f71c888b28af1209e789ff
removes "asyncio" wording discussed in #7659
Change-Id: I1bab2a6fde330b83ef34602956c2988ee6331b21
Diffstat (limited to 'test/sql')
| -rw-r--r-- | test/sql/test_selectable.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_selectable.py b/test/sql/test_selectable.py index 5ef927b15..72c8dc28d 100644 --- a/test/sql/test_selectable.py +++ b/test/sql/test_selectable.py @@ -824,7 +824,7 @@ class SelectableTest( with testing.expect_raises_message( exc.ArgumentError, - r"The \"columns\" argument to " + r"The \"entities\" argument to " r"Select.with_only_columns\(\), when referring " "to a sequence of items, is now passed", ): |
