summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2018-07-31 22:11:22 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2018-07-31 22:11:22 -0400
commit1370b308e2dc3357cac009dde2304fa9c8611c1a (patch)
tree65ceeb97cb2aee7b2e5f3e572cf1fdfb5f11ab5c /doc
parent8601e86f1179d93d5d072c8774bfae41caa8cf56 (diff)
parent09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea (diff)
downloadsqlalchemy-1370b308e2dc3357cac009dde2304fa9c8611c1a.tar.gz
Merge branch 'migration-12-typo-fix' of https://bitbucket.org/nbasu02/sqlalchemy
Change-Id: I4682c1f7f94f25b813be686fdce0a2e0839412fe
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/migration_12.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst
index 6d13bc15a..d70c6db52 100644
--- a/doc/build/changelog/migration_12.rst
+++ b/doc/build/changelog/migration_12.rst
@@ -461,7 +461,7 @@ The :paramref:`.Session.refresh.with_for_update` argument accepts a dictionary
of options that will be passed as the same arguments which are sent to
:meth:`.Query.with_for_update`::
- session.refresh(some_objects with_for_update={"read": True})
+ session.refresh(some_objects, with_for_update={"read": True})
The new parameter supersedes the :paramref:`.Session.refresh.lockmode`
parameter.