Skip to content

Commit 2585f73

Browse files
Update Modules/_sqlite/connection.c
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 13da83e commit 2585f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_sqlite/connection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ connection_finalize(PyObject *self)
498498
/* Spurious errors can appear at shutdown */
499499
if (PyErr_ExceptionMatches(PyExc_Warning)) {
500500
PyErr_FormatUnraisable("Exception ignored while finalizing "
501-
"database %R", self);
501+
"database connection %R", self);
502502
}
503503
}
504504
}

0 commit comments

Comments
 (0)