]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Update metadata.rst (#8290)
authorPaul Lettich <paul.lettich@netknights.it>
Tue, 26 Jul 2022 21:28:28 +0000 (23:28 +0200)
committerFederico Caselli <cfederico87@gmail.com>
Tue, 26 Jul 2022 21:29:07 +0000 (23:29 +0200)
add missing colon in docs

(cherry picked from commit 2ab519f59cf81307966dba3d5b8a176d45deb297)

doc/build/core/metadata.rst

index fa1872d68d0cf5ec0cbe4ceae376bf1c4bc28639..701146195a76e7e3bfb3cbe3801a215128549e76 100644 (file)
@@ -536,7 +536,7 @@ Schemas and Reflection
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
 The schema feature of SQLAlchemy interacts with the table reflection
-feature introduced at ref:`metadata_reflection_toplevel`.  See the section
+feature introduced at :ref:`metadata_reflection_toplevel`.  See the section
 :ref:`metadata_reflection_schemas` for additional details on how this works.