From 15b62fd20b47d8da0f095150283f24cb1ea7fb0b Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 6 Apr 2021 18:58:21 -0400 Subject: [PATCH] fix link Change-Id: If5d9bf472c434fc2df6d822075fa34fd45c84ecc --- doc/build/orm/extensions/mypy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2