]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Fix a typo in adaptation documentation
authorDenis Laxalde <denis.laxalde@dalibo.com>
Thu, 29 Apr 2021 09:25:17 +0000 (11:25 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 1 May 2021 19:34:32 +0000 (21:34 +0200)
docs/advanced/adapt.rst

index f4a14b2b938ec550ee0ba72843f20dd8fe2e9849..34f0f2d6565fc9593924cd699cf86e6ef151bc36 100644 (file)
@@ -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`.