aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Doc/library/sqlite3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/sqlite3.rst')
-rw-r--r--Doc/library/sqlite3.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/sqlite3.rst b/Doc/library/sqlite3.rst
index d213933ba58..c456905bc95 100644
--- a/Doc/library/sqlite3.rst
+++ b/Doc/library/sqlite3.rst
@@ -836,11 +836,11 @@ Cursor Objects
.. method:: setinputsizes(sizes)
- Required by the DB-API. Is a no-op in :mod:`sqlite3`.
+ Required by the DB-API. Does nothing in :mod:`sqlite3`.
.. method:: setoutputsize(size [, column])
- Required by the DB-API. Is a no-op in :mod:`sqlite3`.
+ Required by the DB-API. Does nothing in :mod:`sqlite3`.
.. attribute:: rowcount