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

Automerge-Triggered-By: GH:pablogsal
2021-07-14 14:54:37 -07:00
..
connection.c.h Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) 2021-07-14 14:54:37 -07:00
cursor.c.h Fix docstring typo in sqlite3.Connection.executescript/sqlite3.Cursor.executescript (GH-27147) 2021-07-14 14:54:37 -07:00
module.c.h bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC (GH-24421) 2021-06-20 20:24:00 +01:00
row.c.h bpo-42064: Move sqlite3 types to global state (GH-26537) 2021-06-15 14:47:34 +02:00