From 81d8394c0b5342cdc603cb2e07e12139c9506bf6 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 18 Aug 2022 13:56:50 -0400 Subject: New ORM Query Guide featuring DML support reviewers: these docs publish periodically at: https://docs.sqlalchemy.org/en/gerrit/4042/orm/queryguide/index.html See the "last generated" timestamp near the bottom of the page to ensure the latest version is up Change includes some other adjustments: * small typing fixes for end-user benefit * removal of a bunch of old examples for patterns that nobody uses or aren't really what we promote now * modernization of some examples, including inheritance Change-Id: I9929daab7797be9515f71c888b28af1209e789ff --- lib/sqlalchemy/engine/cursor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/sqlalchemy/engine/cursor.py') diff --git a/lib/sqlalchemy/engine/cursor.py b/lib/sqlalchemy/engine/cursor.py index 07e782296..f22e89fbe 100644 --- a/lib/sqlalchemy/engine/cursor.py +++ b/lib/sqlalchemy/engine/cursor.py @@ -1821,7 +1821,7 @@ class CursorResult(Result[_T]): .. seealso:: - :ref:`.CursorResult.splice_horizontally` + :meth:`.CursorResult.splice_horizontally` """ clone = self._generate() -- cgit v1.2.1