]> 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)
committerEthan <elethan@gmail.com>
Wed, 20 Apr 2016 15:20:06 +0000 (10:20 -0500)
Fix very minor typo

doc/build/orm/tutorial.rst

index bc25e566a227b8c5a6e20143432cf76172042dd7..87e2794aedf4d22f13ea316d8e9e033c31d66b6b 100644 (file)
@@ -950,7 +950,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):