summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/orm/query.py
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2014-12-19 18:46:16 +0200
committerPriit Laes <plaes@plaes.org>2014-12-19 19:32:27 +0200
commit8ae47dc6e0a98b359247040236be0810b9086f40 (patch)
tree85179b7521aeea073ff0c9c9c0e20ecbca84032c /lib/sqlalchemy/orm/query.py
parentd1ac6cb33af3b105db7cdb51411e10ac3bafff1f (diff)
downloadsqlalchemy-8ae47dc6e0a98b359247040236be0810b9086f40.tar.gz
Maul the evaulate & friends typo
Diffstat (limited to 'lib/sqlalchemy/orm/query.py')
-rw-r--r--lib/sqlalchemy/orm/query.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/sqlalchemy/orm/query.py b/lib/sqlalchemy/orm/query.py
index 1afffb90e..6cade322a 100644
--- a/lib/sqlalchemy/orm/query.py
+++ b/lib/sqlalchemy/orm/query.py
@@ -2788,7 +2788,7 @@ class Query(object):
SELECT statement emitted and will significantly reduce
performance.
- * The ``'evaulate'`` strategy performs a scan of
+ * The ``'evaluate'`` strategy performs a scan of
all matching objects within the :class:`.Session`; if the
contents of the :class:`.Session` are expired, such as
via a proceeding :meth:`.Session.commit` call, **this will
@@ -2885,7 +2885,7 @@ class Query(object):
SELECT statement emitted and will significantly reduce
performance.
- * The ``'evaulate'`` strategy performs a scan of
+ * The ``'evaluate'`` strategy performs a scan of
all matching objects within the :class:`.Session`; if the
contents of the :class:`.Session` are expired, such as
via a proceeding :meth:`.Session.commit` call, **this will