]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in get_stack_trace docstring (#134246)
authorLászló Kiss Kollár <kiss.kollar.laszlo@gmail.com>
Mon, 19 May 2025 16:07:39 +0000 (12:07 -0400)
committerGitHub <noreply@github.com>
Mon, 19 May 2025 16:07:39 +0000 (16:07 +0000)
Modules/_remote_debugging_module.c

index 9314ddd9bed5d7f43ae012deb56a30666b32dd28..42db93bb5ead0f56a87d2afbba163b188f74d68d 100644 (file)
@@ -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,