From e12d25f6c812760fce18ab705d51992421d16e4e Mon Sep 17 00:00:00 2001 From: tiian Date: Sun, 28 Oct 2018 22:23:50 +0100 Subject: [PATCH] Fixed method name in connection.rst file --- doc/src/connection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/connection.rst b/doc/src/connection.rst index 7b023763..fc1a05eb 100644 --- a/doc/src/connection.rst +++ b/doc/src/connection.rst @@ -742,7 +742,7 @@ The ``connection`` class .. rubric:: Interoperation with other C API modules - .. method:: get_native_connection() + .. method:: _get_native_connection() Return the internal `PGconn*` wrapped in a PyCapsule object. This is only useful for passing the `libpq` raw connection associated to this