diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-09 15:16:50 -0500 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2023-01-09 15:16:50 -0500 |
| commit | c30a48604ca12636fffd51f05221c5059aa8de11 (patch) | |
| tree | d54c94396622d96c220bc202dcdcb95569647316 /doc/build/tutorial | |
| parent | c47e1e8918e5cd60e9c8f1c5e9a440ba0aa10250 (diff) | |
| download | sqlalchemy-c30a48604ca12636fffd51f05221c5059aa8de11.tar.gz | |
fix inconsistent title level
Change-Id: I954818fdf9f5b56a895dbfdaf191c4c5867b574f
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 20a35ad05..202aad920 100644 --- a/doc/build/tutorial/metadata.rst +++ b/doc/build/tutorial/metadata.rst @@ -103,7 +103,7 @@ that will be how we will refer to the table in application code:: ... ) Components of ``Table`` -~~~~~~~~~~~~~~~~~~~~~~~ +^^^^^^^^^^^^^^^^^^^^^^^ We can observe that the :class:`_schema.Table` construct looks a lot like a SQL CREATE TABLE statement; starting with the table name, then listing out |
