summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Basu <neil@goodrx.com>2018-07-31 14:27:18 -0700
committerNeil Basu <neil@goodrx.com>2018-07-31 14:27:18 -0700
commit09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea (patch)
treea7899cb64e96674f024cddf28c18f974a096c2c5
parent1ed3803654c122f91d5910adf4078627464b0692 (diff)
downloadsqlalchemy-09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea.tar.gz
Add comma in migration-12
-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.