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