]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
typo
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jan 2022 19:48:51 +0000 (14:48 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 19 Jan 2022 19:48:51 +0000 (14:48 -0500)
Change-Id: I65cdd4cefdfacb1506c8e32a11c44ff650cd15b6

doc/build/changelog/unreleased_14/7579.rst

index 3cf6c5ba788b4e23d079685752d348a5c1d7f596..01eea6dacf8439717e8fd6a54a1cb021b35d55a7 100644 (file)
@@ -2,7 +2,7 @@
     :tags: bug, orm
     :tickets: 7579
 
-    Fixed issue where calling upon :meth:`_orm.regsitry.map_imperatively` more
+    Fixed issue where calling upon :meth:`_orm.registry.map_imperatively` more
     than once for the same class would produce an unexpected error, rather than
     an informative error that the target class is already mapped. This behavior
     differed from that of the :func:`_orm.mapper` function which does report an