]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
DOC: Fix typo avoiding rendering of legacy marker (#8752)
authorPatrick Hoefler <61934744+phofl@users.noreply.github.com>
Thu, 3 Nov 2022 18:36:35 +0000 (19:36 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Nov 2022 18:36:35 +0000 (19:36 +0100)
doc/build/orm/persistence_techniques.rst

index 04aee4a41096b3e5f3d10487d05b877250022efd..676f1ac254d9d8d1acc4abb153f1a488ac747add 100644 (file)
@@ -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`