]> 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:59 +0000 (11:28 -0500)
Change-Id: I20e7f8ad5800c2ce5cdc9645c4dbe66f53b8cdf8
(cherry picked from commit 48eed9eb9c6ba853b48e41ef6038ec97c5a3fb68)

doc/build/tutorial/dbapi_transactions.rst

index 634b1f6cdcdf8ca0a53ad9424270329f1229da7f..4eeee79e592333d3120c7de4950cd801752c045f 100644 (file)
@@ -396,7 +396,7 @@ for this use case.
    generally used for updating or deleting many individual rows separately.
 
 
-.. rst-class:: orm-addin
+.. rst-class:: orm-header
 
 .. _tutorial_executing_orm_session: