mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-08-01 19:00:09 +03:00
Fixed method name in connection.rst file
This commit is contained in:
parent
3d38490e3f
commit
e12d25f6c8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user