summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTom Wolfskämpf <tom@wolfskaempf.de>2023-03-25 17:45:37 +0000
committerGitHub <noreply@github.com>2023-03-25 18:45:37 +0100
commitc7ce7ff0225fe0ddaf63f0706429b885410de365 (patch)
tree63b75917db7ae74b6ebcc7c06f1ab74a55fbe964 /doc
parentc39f2f3b926a09c0f2dc5c6cb26e3a504b0a9e67 (diff)
downloadsqlalchemy-c7ce7ff0225fe0ddaf63f0706429b885410de365.tar.gz
docs: 📚 fix duplicate word typo (#9539)
Diffstat (limited to 'doc')
-rw-r--r--doc/build/tutorial/metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst
index 0dbcd8910..aa3bf801d 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`