commit | 02e4c0cad3b463bafe94dde389bb5b38d0cc533b | [log] [tgz] |
---|---|---|
author | Erlend Egeberg Aasland <erlend.aasland@innova.no> | Thu Jul 15 01:02:01 2021 +0200 |
committer | GitHub <noreply@github.com> | Thu Jul 15 00:02:01 2021 +0100 |
tree | 5f1a459527f39ad8d944f783e6e5b86b37684155 | |
parent | 3048b8bd2a5c62b9c65ff4cf75399c7e732acdea [diff] |
[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>