Skip to content

Commit 4fd4027

Browse files
committed
correct msg
1 parent f3c80d4 commit 4fd4027

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_remote_debugging/asyncio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ iterate_set_entries(
149149
if (_Py_RemoteDebug_PagedReadRemoteMemory(
150150
&unwinder->handle, table_ptr, sizeof(entry), &entry) < 0)
151151
{
152-
set_exception_cause(unwinder, PyExc_RuntimeError, "Failed to read set entry key");
152+
set_exception_cause(unwinder, PyExc_RuntimeError, "Failed to read set entry");
153153
return -1;
154154
}
155155

0 commit comments

Comments
 (0)