From: Patrick Hoefler <61934744+phofl@users.noreply.github.com> Date: Thu, 3 Nov 2022 18:36:35 +0000 (+0100) Subject: DOC: Fix typo avoiding rendering of legacy marker (#8752) X-Git-Tag: rel_2_0_0b3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4e846f96919ed0c3c36a2cf9a57300029af4ba2;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git DOC: Fix typo avoiding rendering of legacy marker (#8752) --- diff --git a/doc/build/orm/persistence_techniques.rst b/doc/build/orm/persistence_techniques.rst index 04aee4a410..676f1ac254 100644 --- a/doc/build/orm/persistence_techniques.rst +++ b/doc/build/orm/persistence_techniques.rst @@ -765,7 +765,7 @@ ORM extension. An example of use is at: :ref:`examples_sharding`. Bulk Operations =============== -..legacy:: +.. legacy:: SQLAlchemy 2.0 has integrated the :class:`_orm.Session` "bulk insert" and "bulk update" capabilities into 2.0 style :meth:`_orm.Session.execute`