From: Paul McMillan Date: Tue, 2 Jan 2024 19:51:48 +0000 (-0800) Subject: Fix typo in dataclasses docs (#10809) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1cb7496485549e6548c0ea0806011415cf6137c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix typo in dataclasses docs (#10809) --- 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::