From fc68a7145d086de21005b4ccaa93847d4b889dba 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 --- 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 bc25e566a2..87e2794aed 100644 --- a/doc/build/orm/tutorial.rst +++ b/doc/build/orm/tutorial.rst @@ -950,7 +950,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