]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
fix typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jan 2023 19:31:28 +0000 (14:31 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 13 Jan 2023 19:31:28 +0000 (14:31 -0500)
Change-Id: I273459175a3c55290b1f6c28f656ed9c4db17ccf

doc/build/tutorial/metadata.rst

index 7e0aa200a560a6b7421d9619dcfd35e974b14d1a..04bc05bdf89093814a53c56088139947c976e8ef 100644 (file)
@@ -78,7 +78,7 @@ this same :class:`_schema.MetaData` is shared among ORM- and Core-declared
 :class:`_schema.Table` objects.
 
 There can be multiple :class:`_schema.MetaData` collections as well;
-:class:`_schema.Table` objects can to refer to :class:`_schema.Table` objects
+:class:`_schema.Table` objects can refer to :class:`_schema.Table` objects
 in other collections without restrictions. However, for groups of
 :class:`_schema.Table` objects that are related to each other, it is in
 practice much more straightforward to have them set up within a single