diff options
Diffstat (limited to 'Doc/library/asyncio-policy.rst')
-rw-r--r-- | Doc/library/asyncio-policy.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-policy.rst b/Doc/library/asyncio-policy.rst index 560f8b3..82c8382 100644 --- a/Doc/library/asyncio-policy.rst +++ b/Doc/library/asyncio-policy.rst @@ -107,7 +107,7 @@ asyncio ships with the following built-in policies: An alternative event loop policy that uses the :class:`SelectorEventLoop` event loop implementation. - Availability: Windows. + .. availability:: Windows. .. class:: WindowsProactorEventLoopPolicy @@ -115,7 +115,7 @@ asyncio ships with the following built-in policies: An alternative event loop policy that uses the :class:`ProactorEventLoop` event loop implementation. - Availability: Windows. + .. availability:: Windows. Process Watchers |