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 a542aec commit 7eb8c6dCopy full SHA for 7eb8c6d
1 file changed
Doc/library/asyncio-eventloop.rst
@@ -467,7 +467,7 @@ Opening network connections
467
UDP. Explicitly passing ``reuse_address=True`` will raise an exception.
468
469
When multiple processes with differing UIDs assign sockets to an
470
- indentical UDP socket address with ``SO_REUSEADDR``, incoming packets can
+ identical UDP socket address with ``SO_REUSEADDR``, incoming packets can
471
become randomly distributed among the sockets.
472
473
For supported platforms, *reuse_port* can be used as a replacement for
0 commit comments