From: Mike Bayer Date: Tue, 6 Apr 2021 22:58:21 +0000 (-0400) Subject: fix link X-Git-Tag: rel_1_4_6~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b62fd20b47d8da0f095150283f24cb1ea7fb0b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git fix link Change-Id: If5d9bf472c434fc2df6d822075fa34fd45c84ecc --- diff --git a/doc/build/orm/extensions/mypy.rst b/doc/build/orm/extensions/mypy.rst index fd3beed0b2..edd3af7c0a 100644 --- a/doc/build/orm/extensions/mypy.rst +++ b/doc/build/orm/extensions/mypy.rst @@ -422,7 +422,7 @@ Using @declared_attr and Declarative Mixins The :class:`_orm.declared_attr` class allows Declarative mapped attributes to be declared in class level functions, and is particularly useful when using -`declarative mixins `_. For these functions, the return +:ref:`declarative mixins `. For these functions, the return type of the function should be annotated using either the ``Mapped[]`` construct or by indicating the exact kind of object returned by the function. Additionally, "mixin" classes that are not otherwise mapped (i.e. don't extend