From: Paul Lettich Date: Tue, 26 Jul 2022 21:28:28 +0000 (+0200) Subject: Update metadata.rst (#8290) X-Git-Tag: rel_2_0_0b1~158 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ab519f59cf81307966dba3d5b8a176d45deb297;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update metadata.rst (#8290) add missing colon in docs --- diff --git a/doc/build/core/metadata.rst b/doc/build/core/metadata.rst index 623b87984e..e000022a3d 100644 --- a/doc/build/core/metadata.rst +++ b/doc/build/core/metadata.rst @@ -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.