]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
You don't want a psycoGP, no
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Feb 2021 00:17:58 +0000 (01:17 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 9 Feb 2021 00:18:34 +0000 (01:18 +0100)
docs/adapt-types.rst

index 21da06dac4ca66ae72db9c5b063b5e9d8c694ab9..22af6084830dd5f760d5ecd584addf8630e342dd 100644 (file)
@@ -262,7 +262,7 @@ types`__, allowing to customise the load and dump function used.
 Because several Python objects could be considered JSON (dicts, lists,
 scalars, even date/time if using a dumps function customised to use them),
 `!psycopg3` requires you to wrap what you want to dump as JSON into a wrapper:
-either `psycogp3.types.Json` or `~psycopg3.types.Jsonb`.
+either `psycopg3.types.Json` or `~psycopg3.types.Jsonb`.
 
 .. code:: python