[Python-checkins] cpython (3.4): add a missing comma (closes #25371)

benjamin.peterson python-checkins at python.org
Sat Oct 10 22:32:47 EDT 2015


https://hg.python.org/cpython/rev/99c82576bb70
changeset: 98659:99c82576bb70
branch: 3.4
parent: 98655:1666eda8cfa9
user: Benjamin Peterson <benjamin at python.org>
date: Sat Oct 10 19:32:20 2015 -0700
summary:
 add a missing comma (closes #25371)
files:
 Modules/selectmodule.c | 4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -2256,7 +2256,7 @@
 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 @@
 "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 = {
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /