]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Add comma in migration-12
authorNeil Basu <neil@goodrx.com>
Tue, 31 Jul 2018 21:27:18 +0000 (14:27 -0700)
committerNeil Basu <neil@goodrx.com>
Tue, 31 Jul 2018 21:27:18 +0000 (14:27 -0700)
doc/build/changelog/migration_12.rst

index 6d13bc15a12438aaef2907504d8b23c8597eb20a..d70c6db52f69032d3d60313dc300da2d9d4e90df 100644 (file)
@@ -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.