diff options
| author | Eric V. Smith <eric@trueblade.com> | 2014-01-25 10:11:43 (GMT) |
|---|---|---|
| committer | Eric V. Smith <eric@trueblade.com> | 2014-01-25 10:11:43 (GMT) |
| commit | b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf (patch) | |
| tree | 5c20b10705a2c48cff9256c80a07c490d2bacb3e | |
| parent | f580d5b6f7468abf768a2ee6360168ad92893457 (diff) | |
| download | cpython-b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf.zip cpython-b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf.tar.gz cpython-b72e69e52958ca4f381ef1f4a6f2130a7a31f4bf.tar.bz2 | |
Fix grammar.
| -rw-r--r-- | Doc/whatsnew/3.3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index b44a2fe..cda63e4 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -1767,7 +1767,7 @@ sched select ------ -Solaris and derivatives platforms have a new class :class:`select.devpoll` +Solaris and derivative platforms have a new class :class:`select.devpoll` for high performance asynchronous sockets via :file:`/dev/poll`. (Contributed by Jesús Cea Avión in :issue:`6397`.) |
