bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612)

This commit is contained in:
Erlend Egeberg Aasland 2022-03-08 05:18:41 +01:00 committed by GitHub
parent badb637c8c
commit 4d95fa1ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 67 additions and 69 deletions

View file

@ -115,7 +115,7 @@ PyDoc_STRVAR(pysqlite_cursor_executescript__doc__,
"executescript($self, sql_script, /)\n"
"--\n"
"\n"
"Executes multiple SQL statements at once. Non-standard.");
"Executes multiple SQL statements at once.");
#define PYSQLITE_CURSOR_EXECUTESCRIPT_METHODDEF \
{"executescript", (PyCFunction)pysqlite_cursor_executescript, METH_O, pysqlite_cursor_executescript__doc__},
@ -289,4 +289,4 @@ pysqlite_cursor_close(pysqlite_Cursor *self, PyObject *Py_UNUSED(ignored))
{
return pysqlite_cursor_close_impl(self);
}
/*[clinic end generated code: output=514f6eb4e4974671 input=a9049054013a1b77]*/
/*[clinic end generated code: output=ab1375c060ff7021 input=a9049054013a1b77]*/