]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update tutorial.rst
authorEthan <elethan@gmail.com>
Wed, 20 Apr 2016 15:20:06 +0000 (10:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 20 Apr 2016 16:06:45 +0000 (12:06 -0400)
Fix very minor typo
(cherry picked from commit fc68a7145d086de21005b4ccaa93847d4b889dba)

doc/build/orm/tutorial.rst

index 29ac4754e9eeff4bac9c796219f290819ab1570a..06d1b91802f067aabbb7324e1ccfed3e95b34c0f 100644 (file)
@@ -963,7 +963,7 @@ method:
     (224, 'fred')
     {stop}<User(name='fred', fullname='Fred Flinstone', password='blah')>
 
-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):