Skip to content

Commit

Permalink
Update comment for _make_thread_handle
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Mar 15, 2024
1 parent dc57ed2 commit 48b86ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Modules/_threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2261,8 +2261,8 @@ thread__make_thread_handle(PyObject *module, PyObject *identobj)
PyDoc_STRVAR(thread__make_thread_handle_doc,
"_make_thread_handle(ident)\n\
\n\
Internal only. Make a thread handle for threads not spawned by the threading\n\
module.");
Internal only. Make a thread handle for threads not spawned\n\
by the _thread or threading module.");

static PyObject *
thread__get_main_thread_ident(PyObject *module, PyObject *Py_UNUSED(ignored))
Expand Down

0 comments on commit 48b86ae

Please sign in to comment.