]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix orm-header for standalone
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jan 2023 16:28:22 +0000 (11:28 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jan 2023 16:28:49 +0000 (11:28 -0500)
Change-Id: I20e7f8ad5800c2ce5cdc9645c4dbe66f53b8cdf8

doc/build/tutorial/dbapi_transactions.rst

index d0cd09aa0e282b38abdd4fe9b025c117d60cbd36..2ea735b519cd95039ef099eca25e695569b78e60 100644 (file)
@@ -401,7 +401,7 @@ for many rows while still supporting RETURNING.
    result sets with "executemany" executions.
 
 
-.. rst-class:: orm-addin
+.. rst-class:: orm-header
 
 .. _tutorial_executing_orm_session: