Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b397e3b

Browse files
committed
add a missing comma (closes #25371)
1 parent 0289155 commit b397e3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Modules/selectmodule.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2256,7 +2256,7 @@ arguments; each contains the subset of the corresponding file descriptors\n\
22562256
that are ready.\n\
22572257
\n\
22582258
*** IMPORTANT NOTICE ***\n\
2259-
On Windows only sockets are supported; on Unix, all file\n\
2259+
On Windows, only sockets are supported; on Unix, all file\n\
22602260
descriptors can be used.");
22612261

22622262
static PyMethodDef select_methods[] = {
@@ -2274,7 +2274,7 @@ PyDoc_STRVAR(module_doc,
22742274
"This module supports asynchronous I/O on multiple file descriptors.\n\
22752275
\n\
22762276
*** IMPORTANT NOTICE ***\n\
2277-
On Windows only sockets are supported; on Unix, all file descriptors.");
2277+
On Windows, only sockets are supported; on Unix, all file descriptors.");
22782278

22792279

22802280
static struct PyModuleDef selectmodule = {

0 commit comments

Comments
 (0)