From 0c5faf37c2c8779be4e587528a56f19b455a3576 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 13 Jan 2023 14:31:28 -0500 Subject: [PATCH] fix typo Change-Id: I273459175a3c55290b1f6c28f656ed9c4db17ccf --- doc/build/tutorial/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2