From: Daniele Varrazzo Date: Tue, 26 Aug 2025 15:11:33 +0000 (+0200) Subject: docs: fix reST typo X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c69395bb1054c59f6695af45f8bba8514b1c3e05;p=thirdparty%2Fpsycopg.git docs: fix reST typo --- diff --git a/docs/release.rst b/docs/release.rst index 23e5844f8..945e052f2 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -92,7 +92,7 @@ When a new PostgreSQL major version is released Adding new libpq wrapper methods -------------------------------- -The ```psycopg.pq` module is a thin wrapper around the libpq, only doing the +The ``psycopg.pq`` module is a thin wrapper around the libpq, only doing the minimal work to make the library somewhat Pythonic (e.g. converting types and raising exceptions instead of returning error values).