Skip to content

Commit

Permalink
Update Objects/typeobject.c
Browse files Browse the repository at this point in the history
Co-authored-by: Victor Stinner <[email protected]>
  • Loading branch information
serhiy-storchaka and vstinner authored Nov 2, 2023
1 parent 6445a4a commit 331bcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Objects/typeobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ PyType_Modified(PyTypeObject *type)
PyType_WatchCallback cb = interp->type_watchers[i];
if (cb && (cb(type) < 0)) {
PyErr_FormatUnraisable(
"Exception ignored in watcher callback #%d for %R",
"Exception ignored in type watcher callback #%d for %R",
i, type);
}
}
Expand Down

0 comments on commit 331bcaf

Please sign in to comment.