From: Denis Laxalde Date: Thu, 29 Apr 2021 09:25:17 +0000 (+0200) Subject: Fix a typo in adaptation documentation X-Git-Tag: 3.0.dev0~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5c979a0e7e871fe5086ae71500eea9c21b1058a;p=thirdparty%2Fpsycopg.git Fix a typo in adaptation documentation --- diff --git a/docs/advanced/adapt.rst b/docs/advanced/adapt.rst index f4a14b2b9..34f0f2d65 100644 --- a/docs/advanced/adapt.rst +++ b/docs/advanced/adapt.rst @@ -74,7 +74,7 @@ as a local context to manage conversions during the query, instantiating the required dumpers and loaders and dispatching the values to convert to the right instance. -- The `!Trasformer` copies the adapters configuration from the `!Cursor`, thus +- The `!Transformer` copies the adapters configuration from the `!Cursor`, thus inheriting all the changes made to the global configuration, the current `!Connection`, the `!Cursor`.