From: Mike Bayer Date: Mon, 9 Jan 2023 20:16:50 +0000 (-0500) Subject: fix inconsistent title level X-Git-Tag: rel_2_0_0rc2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c30a48604ca12636fffd51f05221c5059aa8de11;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix inconsistent title level Change-Id: I954818fdf9f5b56a895dbfdaf191c4c5867b574f --- diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 20a35ad054..202aad9203 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -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