commit | b7b7c77eb3c62bab5dde55d5ad802df4c90645d5 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Apr 15 21:42:16 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Apr 15 21:42:16 2010 +0000 |
tree | 108cc739e38a043e6f542d55c8e5551d3520e7e4 | |
parent | 85f928a5c9de0d44cca2587d4bfa637afb9d8cf1 [diff] [blame] |
add space
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c index 5f862d7..5960544 100644 --- a/Modules/selectmodule.c +++ b/Modules/selectmodule.c
@@ -94,7 +94,7 @@ fd2obj[0].obj = (PyObject*)0; /* set list to zero size */ FD_ZERO(set); - fast_seq=PySequence_Fast(seq, "arguments 1-3 must be sequences"); + fast_seq = PySequence_Fast(seq, "arguments 1-3 must be sequences"); if (!fast_seq) return -1;