From: Tom Wolfskämpf Date: Sat, 25 Mar 2023 17:45:37 +0000 (+0000) Subject: docs: 📚 fix duplicate word typo (#9539) X-Git-Tag: rel_2_0_8~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7ce7ff0225fe0ddaf63f0706429b885410de365;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git docs: 📚 fix duplicate word typo (#9539) --- 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`