mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix typo in get_stack_trace docstring (#134246)
This commit is contained in:
parent
a36ce264a9
commit
c4ad92e155
1 changed files with 1 additions and 1 deletions
|
@ -1765,7 +1765,7 @@ result_err:
|
|||
|
||||
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue