We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791073f commit b0d4949Copy full SHA for b0d4949
Doc/library/asyncio-eventloop.rst
@@ -479,7 +479,7 @@ Opening network connections
479
UDP. Explicitly passing ``reuse_address=True`` will raise an exception.
480
481
When multiple processes with differing UIDs assign sockets to an
482
- indentical UDP socket address with ``SO_REUSEADDR``, incoming packets can
+ identical UDP socket address with ``SO_REUSEADDR``, incoming packets can
483
become randomly distributed among the sockets.
484
485
For supported platforms, *reuse_port* can be used as a replacement for
0 commit comments