[3.9] bpo-46878: Purge 'non-standard' from sqlite3 docstrings (GH-31612) (GH-31754)

(cherry picked from commit 4d95fa1ac5)
This commit is contained in:
Erlend Egeberg Aasland 2022-03-08 16:31:06 +01:00 committed by GitHub
parent 0663ca17f5
commit 653ca6c62b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 23 deletions

View file

@ -47,6 +47,6 @@ extern PyObject *pysqlite_microprotocols_adapt(
extern PyObject *
pysqlite_adapt(pysqlite_Cursor* self, PyObject *args);
#define pysqlite_adapt_doc \
"adapt(obj, protocol, alternate) -> adapt obj to given protocol. Non-standard."
"adapt(obj, protocol, alternate) -> adapt obj to given protocol."
#endif /* !defined(PSYCOPG_MICROPROTOCOLS_H) */