]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix typo in dataclasses docs (#10809)
authorPaul McMillan <paul@mcmillan.ws>
Tue, 2 Jan 2024 19:51:48 +0000 (11:51 -0800)
committerGitHub <noreply@github.com>
Tue, 2 Jan 2024 19:51:48 +0000 (20:51 +0100)
doc/build/orm/dataclasses.rst

index 19fabe9f8352884d447bbd11b1ae32cfc2951395..1fa37938ec613a4d4ef7827a485521abc128bf88 100644 (file)
@@ -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::