]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Jan 2022 01:30:24 +0000 (20:30 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Jan 2022 01:30:24 +0000 (20:30 -0500)
Change-Id: Id3f1a99813be14dbfa721e6b0a6081eca4a90c05

doc/build/changelog/unreleased_14/7591.rst

index 4ecf983d11f25df9bf5d63507285c0a4a0b73158..5724a059dade70bdbdcff8948b70ccf0d375b533 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, orm
     :tickets: 7591
 
-    Fixed issue in :meth:`_orm.Session.bulk_save_mappings` where the sorting
+    Fixed issue in :meth:`_orm.Session.bulk_save_objects` where the sorting
     that takes place when the ``preserve_order`` parameter is set to False
     would sort partially on ``Mapper`` objects, which is rejected in Python
     3.11.