mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
add a missing comma (closes #25371)
This commit is contained in:
@@ -2256,7 +2256,7 @@ arguments; each contains the subset of the corresponding file descriptors\n\
|
||||
that are ready.\n\
|
||||
\n\
|
||||
*** IMPORTANT NOTICE ***\n\
|
||||
On Windows only sockets are supported; on Unix, all file\n\
|
||||
On Windows, only sockets are supported; on Unix, all file\n\
|
||||
descriptors can be used.");
|
||||
|
||||
static PyMethodDef select_methods[] = {
|
||||
@@ -2274,7 +2274,7 @@ PyDoc_STRVAR(module_doc,
|
||||
"This module supports asynchronous I/O on multiple file descriptors.\n\
|
||||
\n\
|
||||
*** IMPORTANT NOTICE ***\n\
|
||||
On Windows only sockets are supported; on Unix, all file descriptors.");
|
||||
On Windows, only sockets are supported; on Unix, all file descriptors.");
|
||||
|
||||
|
||||
static struct PyModuleDef selectmodule = {
|
||||
|
||||
Reference in New Issue
Block a user