]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
docs: 📚 fix duplicate word typo (#9539)
authorTom Wolfskämpf <tom@wolfskaempf.de>
Sat, 25 Mar 2023 17:45:37 +0000 (17:45 +0000)
committerGitHub <noreply@github.com>
Sat, 25 Mar 2023 17:45:37 +0000 (18:45 +0100)
doc/build/tutorial/metadata.rst

index 0dbcd891093d6fe4764ab160fcd2866062a7210a..aa3bf801dfe00d8b501a430def55e9b851589dd0 100644 (file)
@@ -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`