From c7ce7ff0225fe0ddaf63f0706429b885410de365 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=20Wolfsk=C3=A4mpf?= Date: Sat, 25 Mar 2023 17:45:37 +0000 Subject: [PATCH] =?utf8?q?docs:=20=F0=9F=93=9A=20fix=20duplicate=20word=20?= =?utf8?q?typo=20(#9539)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- 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 0dbcd89109..aa3bf801df 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -205,7 +205,7 @@ In the next section we will emit the completed DDL for the ``user`` and Emitting DDL to the Database ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -We've constructed a an object structure that represents +We've constructed an object structure that represents two database tables in a database, starting at the root :class:`_schema.MetaData` object, then into two :class:`_schema.Table` objects, each of which hold onto a collection of :class:`_schema.Column` and :class:`_schema.Constraint` -- 2.47.2