]> 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)
committerGitHub <noreply@github.com>
Tue, 26 Jul 2022 21:28:28 +0000 (23:28 +0200)
add missing colon in docs

doc/build/core/metadata.rst

index 623b87984ea20bf1dd48707e121ceb9f7fe72939..e000022a3d96fb7571ea2298a503594e6718662e 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.