From: Daniele Varrazzo Date: Wed, 27 Sep 2023 12:38:14 +0000 (+0200) Subject: docs: fix typo X-Git-Tag: pool-3.2.0~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29e95e07ae5fdd0d28576d2020604955823ba968;p=thirdparty%2Fpsycopg.git docs: fix typo --- diff --git a/psycopg/psycopg/_adapters_map.py b/psycopg/psycopg/_adapters_map.py index a3c6684cb..1c8981f58 100644 --- a/psycopg/psycopg/_adapters_map.py +++ b/psycopg/psycopg/_adapters_map.py @@ -168,7 +168,7 @@ class AdaptersMap: :param loader: The loar to register for `!oid`. If `oid` is specified as string, it refers to a type name, which is - looked up in the `types` registry. ` + looked up in the `types` registry. """ if isinstance(oid, str):