Skip to content

Commit

Permalink
Use infinitive in docstring for _shutdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mpage committed Mar 15, 2024
1 parent ee96259 commit dc57ed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/_threadmodule.c
Original file line number Diff line number Diff line change
Expand Up @@ -2232,7 +2232,7 @@ thread_shutdown(PyObject *self, PyObject *args)
PyDoc_STRVAR(shutdown_doc,
"_shutdown()\n\
\n\
Waits for all non-daemon threads (other than the calling thread) to stop.");
Wait for all non-daemon threads (other than the calling thread) to stop.");

static PyObject *
thread__make_thread_handle(PyObject *module, PyObject *identobj)
Expand Down

0 comments on commit dc57ed2

Please sign in to comment.