File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2256,7 +2256,7 @@ arguments; each contains the subset of the corresponding file descriptors\n\
22562256that 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\
22602260descriptors can be used." );
22612261
22622262static 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
22802280static struct PyModuleDef selectmodule = {
You can’t perform that action at this time.
0 commit comments