cpython/Modules/_sqlite
Erlend Egeberg Aasland 02e4c0cad3
[3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151)
Both `executescript` methods contain the same docstring typo:
_"Executes a multiple SQL statements at once."_ => _"Executes multiple SQL statements at once."_

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-07-15 00:02:01 +01:00
..
clinic [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151) 2021-07-15 00:02:01 +01:00
cache.c
cache.h
connection.c [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151) 2021-07-15 00:02:01 +01:00
connection.h
cursor.c [3.10] Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) (GH-27151) 2021-07-15 00:02:01 +01:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) 2021-06-17 11:19:44 +01:00
prepare_protocol.h
row.c bpo-43908: Make heap types converted during 3.10 alpha immutable (GH-26351) (GH-26766) 2021-06-17 11:19:44 +01:00
row.h
statement.c [3.10] bpo-44087: Disallow instantiation of sqlite3.Statement (GH-26567) (GH-26816) 2021-06-20 22:07:31 +01:00
statement.h [3.10] bpo-42972: Track sqlite3 statement objects (GH-26475) (GH-26515) 2021-06-03 18:38:09 +02:00
util.c
util.h