]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Apr 2021 21:44:17 +0000 (17:44 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 29 Apr 2021 21:44:33 +0000 (17:44 -0400)
Change-Id: I664eb4f4c023ec41d51c444919ca4b6867267738
(cherry picked from commit 62527a9824fb0491ba5f165f875b57f5e5dc45c3)

doc/build/changelog/unreleased_13/6392.rst

index ddd49ccf96e70716871a32728c846bc6d73a1c18..e7cda565a5ec4a102377c51256866facb943473a 100644 (file)
@@ -3,7 +3,7 @@
     :tickets: 6392
     :versions: 1.4.12
 
-    Fixed issue in :meth:`_orm.Session.bulk_save` when used with persistent
+    Fixed issue in :meth:`_orm.Session.bulk_save_objects` when used with persistent
     objects which would fail to track the primary key of mappings where the
     column name of the primary key were different than the attribute name.