Skip to content

Commit ea269b9

Browse files
Docs: Fix refs & tweak wording in sqlite3 'Using shortcut methods'
Co-authored-by: CAM Gerlach <[email protected]>
1 parent ebad53a commit ea269b9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/sqlite3.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,8 +1621,9 @@ Using :mod:`sqlite3` efficiently
16211621
Using shortcut methods
16221622
^^^^^^^^^^^^^^^^^^^^^^
16231623

1624-
Using the nonstandard :meth:`execute`, :meth:`executemany` and
1625-
:meth:`executescript` methods of the :class:`Connection` object, your code can
1624+
Using the :meth:`~Connection.execute`,
1625+
:meth:`~Connection.executemany`, and :meth:`~Connection.executescript`
1626+
methods of the :class:`Connection` class, your code can
16261627
be written more concisely because you don't have to create the (often
16271628
superfluous) :class:`Cursor` objects explicitly. Instead, the :class:`Cursor`
16281629
objects are created implicitly and these shortcut methods return the cursor

0 commit comments

Comments
 (0)