commit | 81b8c0a38564deef930771afbf53d788fadc4aa6 | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Wed Jul 14 23:54:37 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Jul 14 14:54:37 2021 -0700 |
tree | b48fb03d967977e5d2f70c555a7a3f7c596b389d | |
parent | 1ca27f264730abaaa48b3c5e7c6eafb45017b824 [diff] |
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