From 09f21f1e21a2247eba3d9e9aaaa3c336ba98b9ea Mon Sep 17 00:00:00 2001 From: Neil Basu Date: Tue, 31 Jul 2018 14:27:18 -0700 Subject: [PATCH] Add comma in migration-12 --- doc/build/changelog/migration_12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2