We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ad2229 commit dcb6fa8Copy full SHA for dcb6fa8
Doc/library/sqlite3.rst
@@ -1336,8 +1336,9 @@ Using :mod:`sqlite3` efficiently
1336
Using shortcut methods
1337
^^^^^^^^^^^^^^^^^^^^^^
1338
1339
-Using the nonstandard :meth:`execute`, :meth:`executemany` and
1340
-:meth:`executescript` methods of the :class:`Connection` object, your code can
+Using the :meth:`~Connection.execute`,
+:meth:`~Connection.executemany`, and :meth:`~Connection.executescript`
1341
+methods of the :class:`Connection` class, your code can
1342
be written more concisely because you don't have to create the (often
1343
superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`Cursor`
1344
objects are created implicitly and these shortcut methods return the cursor
0 commit comments