]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 27 Sep 2023 12:38:14 +0000 (14:38 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Wed, 27 Sep 2023 12:38:14 +0000 (14:38 +0200)
psycopg/psycopg/_adapters_map.py

index a3c6684cb44eb97b1fa4201b7acf96e6aaa2a020..1c8981f58fa4e287f665a9df4fd861cb9617b351 100644 (file)
@@ -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):