diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-13 14:31:28 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-13 14:31:28 -0500 |
| commit | 0c5faf37c2c8779be4e587528a56f19b455a3576 (patch) | |
| tree | c2483232510e81fd7e4b074a71c121a4e74c9efc /doc/build/tutorial | |
| parent | 5be715d63ba60f065a6339de5de564cc26058545 (diff) | |
| download | sqlalchemy-0c5faf37c2c8779be4e587528a56f19b455a3576.tar.gz | |
fix typo
Change-Id: I273459175a3c55290b1f6c28f656ed9c4db17ccf
Diffstat (limited to 'doc/build/tutorial')
| -rw-r--r-- | doc/build/tutorial/metadata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build/tutorial/metadata.rst b/doc/build/tutorial/metadata.rst index 7e0aa200a..04bc05bdf 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 |
