From b235a8cb1042cb7706dddc0f783cabb81e141055 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Wed, 19 Jan 2022 14:48:51 -0500 Subject: [PATCH] typo Change-Id: I65cdd4cefdfacb1506c8e32a11c44ff650cd15b6 --- doc/build/changelog/unreleased_14/7579.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/build/changelog/unreleased_14/7579.rst b/doc/build/changelog/unreleased_14/7579.rst index 3cf6c5ba78..01eea6dacf 100644 --- a/doc/build/changelog/unreleased_14/7579.rst +++ b/doc/build/changelog/unreleased_14/7579.rst @@ -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 -- 2.47.3