From 68048f6f3f1775eb0cdf18f38295ab269ffc543e Mon Sep 17 00:00:00 2001 From: Ethan Date: Wed, 20 Apr 2016 10:20:06 -0500 Subject: [PATCH] Update tutorial.rst Fix very minor typo (cherry picked from commit fc68a7145d086de21005b4ccaa93847d4b889dba) --- doc/build/orm/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/tutorial.rst b/doc/build/orm/tutorial.rst index 29ac4754e9..06d1b91802 100644 --- a/doc/build/orm/tutorial.rst +++ b/doc/build/orm/tutorial.rst @@ -963,7 +963,7 @@ method: (224, 'fred') {stop} -To use an entirely string-based statement, using +To use an entirely string-based statement, use :meth:`~sqlalchemy.orm.query.Query.from_statement()`; just ensure that the columns clause of the statement contains the column names normally used by the mapper (below illustrated using an asterisk): -- 2.47.3