Skip to content

Commit b8c800c

Browse files
Fix small typo
1 parent 67072cc commit b8c800c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_testexternalinspection.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ search_map_for_section(pid_t pid, const char* secname, const char* map)
411411
static uintptr_t
412412
search_map_for_section(pid_t pid, const char* secname, const char* map)
413413
{
414-
PyErr_SetString(PyExc_NotImplementedError, "Not supported not this platform");
414+
PyErr_SetString(PyExc_NotImplementedError, "Not supported on this platform");
415415
return 0;
416416
}
417417
#endif

0 commit comments

Comments
 (0)