]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix inconsistent title level
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jan 2023 20:16:50 +0000 (15:16 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Jan 2023 20:16:50 +0000 (15:16 -0500)
Change-Id: I954818fdf9f5b56a895dbfdaf191c4c5867b574f

doc/build/tutorial/metadata.rst

index 20a35ad0549d2d5cd9c3ae45efea324cd7a58f71..202aad92032917a6906adecc43fdf7c989d9f3e9 100644 (file)
@@ -103,7 +103,7 @@ that will be how we will refer to the table in application code::
     ... )
 
 Components of ``Table``
-~~~~~~~~~~~~~~~~~~~~~~~
+^^^^^^^^^^^^^^^^^^^^^^^
 
 We can observe that the :class:`_schema.Table` construct looks a lot like
 a SQL CREATE TABLE statement; starting with the table name, then listing out