summaryrefslogtreecommitdiff
path: root/test/sql
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2022-10-06 11:57:06 -0400
committerFederico Caselli <cfederico87@gmail.com>2022-10-10 21:27:50 +0200
commitb580b425c37da7d0d4027e588bffcb876d979eb2 (patch)
treeda9d17d98fdf6768794ef71fc754195b765037ba /test/sql
parent276349200c486eee108471b888acfc47ea19201b (diff)
downloadsqlalchemy-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.py2
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",
):