Skip to content

Commit c4ad92e

Browse files
authored
Fix typo in get_stack_trace docstring (#134246)
1 parent a36ce26 commit c4ad92e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/_remote_debugging_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1765,7 +1765,7 @@ get_async_stack_trace(PyObject* self, PyObject* args)
17651765

17661766
static PyMethodDef methods[] = {
17671767
{"get_stack_trace", get_stack_trace, METH_VARARGS,
1768-
"Get the Python stack from a given pod"},
1768+
"Get the Python stack from a given pid"},
17691769
{"get_async_stack_trace", get_async_stack_trace, METH_VARARGS,
17701770
"Get the asyncio stack from a given pid"},
17711771
{"get_all_awaited_by", get_all_awaited_by, METH_VARARGS,

0 commit comments

Comments
 (0)