From 723c96f7f5db35cdb8cf5fe072d6f684b2ab3fe8 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 30 Nov 2015 12:53:56 -0500 Subject: [PATCH] Merge remote-tracking branch 'origin/pr/214' (cherry picked from commit 38e043a475db210143c46588fca70838c9c47c8a) --- doc/build/orm/mapped_sql_expr.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/mapped_sql_expr.rst b/doc/build/orm/mapped_sql_expr.rst index 1ae5b12852..e091e33a6b 100644 --- a/doc/build/orm/mapped_sql_expr.rst +++ b/doc/build/orm/mapped_sql_expr.rst @@ -37,7 +37,7 @@ class level, so that it is available from an instance:: some_user = session.query(User).first() print some_user.fullname -as well as usable wtihin queries:: +as well as usable within queries:: some_user = session.query(User).filter(User.fullname == "John Smith").first() -- 2.47.3