From f247bb20007190ae7aa89929c02c03317b1e6876 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Sun, 26 Apr 2020 10:59:34 -0400 Subject: Documentation updates for ResultProxy -> Result This is based off of I8091919d45421e3f53029b8660427f844fee0228 and includes all documentation-only changes as a separate merge, once the parent is merged. Change-Id: I711adea23df0f9f0b1fe7c76210bd2de6d31842d --- lib/sqlalchemy/sql/crud.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/sql/crud.py') diff --git a/lib/sqlalchemy/sql/crud.py b/lib/sqlalchemy/sql/crud.py index 4d14497c1..625183db3 100644 --- a/lib/sqlalchemy/sql/crud.py +++ b/lib/sqlalchemy/sql/crud.py @@ -40,7 +40,7 @@ def _get_crud_params(compiler, stmt, compile_state, **kw): Also generates the Compiled object's postfetch, prefetch, and returning column collections, used for default handling and ultimately - populating the ResultProxy's prefetch_cols() and postfetch_cols() + populating the CursorResult's prefetch_cols() and postfetch_cols() collections. """ -- cgit v1.2.1