diff options
Diffstat (limited to 'Doc/library/asyncio-eventloop.rst')
-rw-r--r-- | Doc/library/asyncio-eventloop.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 8706b41..cc848aa 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -197,7 +197,9 @@ Creating connections the transport; if *ssl* is :const:`True`, a context with some unspecified default settings is used. - .. seealso:: :ref:`SSL/TLS security considerations <ssl-security>` + .. seealso:: + + :ref:`SSL/TLS security considerations <ssl-security>` * *server_hostname*, is only for use together with *ssl*, and sets or overrides the hostname that the target server's certificate |