From c30a48604ca12636fffd51f05221c5059aa8de11 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 9 Jan 2023 15:16:50 -0500 Subject: [PATCH] fix inconsistent title level Change-Id: I954818fdf9f5b56a895dbfdaf191c4c5867b574f --- doc/build/tutorial/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2