Docstring: replace pysqlite with sqlite3 (GH-31758)

Replace two instances of "pysqlite" with "sqlite3" in sqlite3
docstrings. Also reword "is a no-op" to "does nothing" for clarity.
This commit is contained in:
Erlend Egeberg Aasland 2022-03-09 03:45:48 +01:00 committed by GitHub
parent 95ba723c54
commit b33a1ae703
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 9 deletions

View file

@ -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