Skip to content
Snippets Groups Projects
Unverified Commit ea269b9a authored by Erlend Egeberg Aasland's avatar Erlend Egeberg Aasland Committed by GitHub
Browse files

Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'

parent ebad53a4
Branches
Tags
No related merge requests found
...@@ -1621,8 +1621,9 @@ Using :mod:`sqlite3` efficiently ...@@ -1621,8 +1621,9 @@ Using :mod:`sqlite3` efficiently
Using shortcut methods Using shortcut methods
^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^
Using the nonstandard :meth:`execute`, :meth:`executemany` and Using the :meth:`~Connection.execute`,
:meth:`executescript` methods of the :class:`Connection` object, your code can :meth:`~Connection.executemany`, and :meth:`~Connection.executescript`
methods of the :class:`Connection` class, your code can
be written more concisely because you don't have to create the (often be written more concisely because you don't have to create the (often
superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`Cursor` superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`Cursor`
objects are created implicitly and these shortcut methods return the cursor objects are created implicitly and these shortcut methods return the cursor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment