mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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:
parent
95ba723c54
commit
b33a1ae703
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue