mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-121905: Consistently use "floating-point" instead of "floating point" (GH-121907)
This commit is contained in:
parent
420d943128
commit
1a0c7b9ba4
100 changed files with 241 additions and 241 deletions
|
@ -262,7 +262,7 @@ A file descriptor is either a socket or file object, or a small integer
|
|||
gotten from a fileno() method call on one of those.
|
||||
|
||||
The optional 4th argument specifies a timeout in seconds; it may be
|
||||
a floating point number to specify fractions of seconds. If it is absent
|
||||
a floating-point number to specify fractions of seconds. If it is absent
|
||||
or None, the call will never time out.
|
||||
|
||||
The return value is a tuple of three lists corresponding to the first three
|
||||
|
@ -277,7 +277,7 @@ descriptors can be used.
|
|||
static PyObject *
|
||||
select_select_impl(PyObject *module, PyObject *rlist, PyObject *wlist,
|
||||
PyObject *xlist, PyObject *timeout_obj)
|
||||
/*[clinic end generated code: output=2b3cfa824f7ae4cf input=e467f5d68033de00]*/
|
||||
/*[clinic end generated code: output=2b3cfa824f7ae4cf input=1199d5e101abca4a]*/
|
||||
{
|
||||
#ifdef SELECT_USES_HEAP
|
||||
pylist *rfd2obj, *wfd2obj, *efd2obj;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue