From: Neil Basu Date: Tue, 31 Jul 2018 21:27:18 +0000 (-0700) Subject: Add comma in migration-12 X-Git-Tag: rel_1_3_0b1~119^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Add comma in migration-12 --- diff --git a/doc/build/changelog/migration_12.rst b/doc/build/changelog/migration_12.rst index 6d13bc15a1..d70c6db52f 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.