diff -r cfb77ccdc23a Doc/library/sqlite3.rst --- a/Doc/library/sqlite3.rst Sat Feb 06 12:21:33 2016 -0500 +++ b/Doc/library/sqlite3.rst Sat Feb 06 22:29:22 2016 +0200 @@ -627,6 +627,13 @@ It is set for ``SELECT`` statements without any matching rows as well. + .. attribute:: connection + + This read-only attribute provides the :class:`Cursor` :class:`Connection` + to the SQLite database. For example a cursor created from :class:`Connection` + *con* using the :meth:`~Connection.cursor` method will have *con* as his + :attr:`connection` attribute. + .. _sqlite3-row-objects: Row Objects