From: Ethan Date: Wed, 20 Apr 2016 15:20:06 +0000 (-0500) Subject: Update tutorial.rst X-Git-Tag: rel_1_0_13~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc68a7145d086de21005b4ccaa93847d4b889dba;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update tutorial.rst Fix very minor typo --- 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):