Skip to content
Snippets Groups Projects
Unverified Commit dcb6fa80 authored by Miss Islington (bot)'s avatar Miss Islington (bot) Committed by GitHub
Browse files

Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods' (#95358)


Co-authored-by: default avatarCAM Gerlach <CAM.Gerlach@Gerlach.CAM>
(cherry picked from commit ea269b9a)

Co-authored-by: default avatarErlend Egeberg Aasland <erlend.aasland@protonmail.com>
parent 4ad22299
Branches
Tags
No related merge requests found
......@@ -1336,8 +1336,9 @@ Using :mod:`sqlite3` efficiently
Using shortcut methods
^^^^^^^^^^^^^^^^^^^^^^
Using the nonstandard :meth:`execute`, :meth:`executemany` and
:meth:`executescript` methods of the :class:`Connection` object, your code can
Using the :meth:`~Connection.execute`,
: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
superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`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