Skip to content

Commit ded229c

Browse files
committed
Fix document build on non Windows platform
1 parent d42d979 commit ded229c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ Opening network connections
614614
.. note::
615615

616616
On Windows, when using the proactor event loop with ``local_addr=None``,
617-
an :exc:`OSError` with :attr:`errno.WSAEINVAL` will be raised
617+
an :exc:`OSError` with :attr:`!errno.WSAEINVAL` will be raised
618618
when running it.
619619

620620
* *remote_addr*, if given, is a ``(remote_host, remote_port)`` tuple used

0 commit comments

Comments
 (0)