From: Mike Bayer Date: Wed, 19 Jan 2022 19:48:51 +0000 (-0500) Subject: typo X-Git-Tag: rel_2_0_0b1~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b235a8cb1042cb7706dddc0f783cabb81e141055;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git typo Change-Id: I65cdd4cefdfacb1506c8e32a11c44ff650cd15b6 --- 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