From: Mike Bayer Date: Fri, 13 Jan 2023 19:31:28 +0000 (-0500) Subject: fix typo X-Git-Tag: rel_2_0_0rc3~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c5faf37c2c8779be4e587528a56f19b455a3576;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix typo Change-Id: I273459175a3c55290b1f6c28f656ed9c4db17ccf --- diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 7e0aa200a5..04bc05bdf8 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -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