Skip to content

Commit c2f302e

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

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
@@ -895,7 +895,7 @@ print_or_clear_traceback(callback_context *ctx)
895895
assert(ctx != NULL);
896896
assert(ctx->state != NULL);
897897
if (ctx->state->enable_callback_tracebacks) {
898-
PyErr_FormatUnraisable("Exception ignored on sqlite callable %R",
898+
PyErr_FormatUnraisable("Exception ignored on sqlite3 callback %R",
899899
ctx->callable);
900900
}
901901
else {

0 commit comments

Comments
 (0)