◐ Shell
clean mode source ↗

[3.14] Fix typo in get_stack_trace docstring (GH-134246) by miss-islington · Pull Request #134251 · python/cpython

Expand Up @@ -1765,7 +1765,7 @@ get_async_stack_trace(PyObject* self, PyObject* args)
static PyMethodDef methods[] = { {"get_stack_trace", get_stack_trace, METH_VARARGS, "Get the Python stack from a given pod"}, "Get the Python stack from a given pid"}, {"get_async_stack_trace", get_async_stack_trace, METH_VARARGS, "Get the asyncio stack from a given pid"}, {"get_all_awaited_by", get_all_awaited_by, METH_VARARGS, Expand Down