]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: fix reST typo
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 15:11:33 +0000 (17:11 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Tue, 26 Aug 2025 15:11:33 +0000 (17:11 +0200)
docs/release.rst

index 23e5844f8a265ed04f8477ceb43928f2143a47b7..945e052f2e26bc25e777a6d79ec13184b4b1569b 100644 (file)
@@ -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).