From b51316476ef6e868d77c6cf7cf1b7752eee466d8 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein Date: Wed, 17 Mar 2021 14:26:24 +0100 Subject: [PATCH] Fix typo in sqlalchemy2-stubs pypi link --- doc/build/orm/mapping_styles.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2