From dd990d934b2432a3874653a5bafd3f6bb04d2957 Mon Sep 17 00:00:00 2001 From: Paul McMillan Date: Tue, 2 Jan 2024 11:51:48 -0800 Subject: [PATCH] Fix typo in dataclasses docs (#10809) (cherry picked from commit e1cb7496485549e6548c0ea0806011415cf6137c) --- doc/build/orm/dataclasses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/orm/dataclasses.rst b/doc/build/orm/dataclasses.rst index 19fabe9f83..1fa37938ec 100644 --- a/doc/build/orm/dataclasses.rst +++ b/doc/build/orm/dataclasses.rst @@ -41,7 +41,7 @@ decorator. limited and is currently known to be supported by Pyright_ as well as Mypy_ as of **version 1.2**. Note that Mypy 1.1.1 introduced :pep:`681` support but did not correctly accommodate Python descriptors - which will lead to errors when using SQLAlhcemy's ORM mapping scheme. + which will lead to errors when using SQLAlchemy's ORM mapping scheme. .. seealso:: -- 2.47.2