diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 12:53:56 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2015-11-30 12:54:18 -0500 |
| commit | 723c96f7f5db35cdb8cf5fe072d6f684b2ab3fe8 (patch) | |
| tree | 0fedb6d36fff4a5086f852bfb99b3248be2c328c /doc/build | |
| parent | 87e050d2bff0017463821cc40dbb25ac7a377411 (diff) | |
| download | sqlalchemy-723c96f7f5db35cdb8cf5fe072d6f684b2ab3fe8.tar.gz | |
Merge remote-tracking branch 'origin/pr/214'
(cherry picked from commit 38e043a475db210143c46588fca70838c9c47c8a)
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/orm/mapped_sql_expr.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/orm/mapped_sql_expr.rst b/doc/build/orm/mapped_sql_expr.rst index 1ae5b1285..e091e33a6 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() |
