]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: drop `pq.error_message()` function from public docs master
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Oct 2025 16:46:17 +0000 (18:46 +0200)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 4 Oct 2025 16:46:17 +0000 (18:46 +0200)
There should be no need for this function to be used by end users.

docs/api/pq.rst

index 6b74a33fea8a47eb471c4b168791ca9259540b28..b6aef68cbcac035f029f1df56d8b308eefc9a663 100644 (file)
@@ -74,8 +74,6 @@ Module content
 
 .. autodata:: __build_version__
 
-.. autofunction:: error_message
-
 
 Objects wrapping libpq structures and functions
 -----------------------------------------------