From c69395bb1054c59f6695af45f8bba8514b1c3e05 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Tue, 26 Aug 2025 17:11:33 +0200 Subject: [PATCH] docs: fix reST typo --- docs/release.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.47.3