From cd6d50bc8cbbe424000e5a4af728c336c5d01c87 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 4 Oct 2025 18:46:17 +0200 Subject: [PATCH] docs: drop `pq.error_message()` function from public docs There should be no need for this function to be used by end users. --- docs/api/pq.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/api/pq.rst b/docs/api/pq.rst index 6b74a33fe..b6aef68cb 100644 --- a/docs/api/pq.rst +++ b/docs/api/pq.rst @@ -74,8 +74,6 @@ Module content .. autodata:: __build_version__ -.. autofunction:: error_message - Objects wrapping libpq structures and functions ----------------------------------------------- -- 2.47.3