From: Charles-Axel Dein Date: Wed, 17 Mar 2021 13:26:24 +0000 (+0100) Subject: Fix typo in sqlalchemy2-stubs pypi link X-Git-Tag: rel_1_4_1~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6078%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in sqlalchemy2-stubs pypi link --- diff --git a/doc/build/orm/mapping_styles.rst b/doc/build/orm/mapping_styles.rst index 63288c74bc..d6c7d3280d 100644 --- a/doc/build/orm/mapping_styles.rst +++ b/doc/build/orm/mapping_styles.rst @@ -111,7 +111,7 @@ SQLAlchemy includes a :ref:`Mypy plugin ` that automatically accommodates for the dynamically generated ``Base`` class delivered by SQLAlchemy functions like :func:`_orm.declarative_base`. This plugin works along with a new set of typing stubs published at -`sqlalchemy2-stubs `_. +`sqlalchemy2-stubs `_. When this plugin is not in use, or when using other :pep:`484` tools which may not know how to interpret this class, the declarative base class may