Skip to content

Commit eecbbad

Browse files
committed
Fix doc reference to OS X 10.9 Mavericks.
1 parent 041ff9b commit eecbbad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Run subprocesses asynchronously using the :mod:`subprocess` module.
294294

295295
.. note::
296296

297-
On Mac OS X older than Maverick (10.9), :class:`selectors.KqueueSelector`
297+
On Mac OS X older than 10.9 (Mavericks), :class:`selectors.KqueueSelector`
298298
does not support character devices like PTY, whereas it is used by the
299299
default event loop. The :class:`SelectorEventLoop` can be used with
300300
:class:`SelectSelector` to handle character devices.

0 commit comments

Comments
 (0)