Added missing class signatures in the docs

This commit is contained in:
Daniele Varrazzo 2018-10-13 00:55:20 +01:00
parent 439dff974d
commit 4f7bbdca26

View File

@ -155,7 +155,7 @@ introspection etc.
.. autoclass:: ConnectionInfo
.. autoclass:: ConnectionInfo(connection)
.. versionadded:: 2.8
@ -185,7 +185,7 @@ introspection etc.
.. autoattribute:: error_message
.. class:: Column
.. class:: Column(\*args, \*\*kwargs)
Description of one result column, exposed as items of the
`cursor.description` sequence.