diff options
| author | Jesús Cea <jcea@jcea.es> | 2019-12-20 03:21:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-20 03:21:03 +0100 |
| commit | b0d4949f1fb04f83691e10a5453d1e10e4598bb9 (patch) | |
| tree | 7fae61318a0a3cb78711b3248e2d00588bcc68dd /Doc/library | |
| parent | 791073fbe884cdfa0d9895b0873c3291354380da (diff) | |
| download | cpython-git-b0d4949f1fb04f83691e10a5453d1e10e4598bb9.tar.gz | |
Doc typo (#17667)
Diffstat (limited to 'Doc/library')
| -rw-r--r-- | Doc/library/asyncio-eventloop.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index d9b1cf7a8d..ee995e04e4 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -479,7 +479,7 @@ Opening network connections UDP. Explicitly passing ``reuse_address=True`` will raise an exception. When multiple processes with differing UIDs assign sockets to an - indentical UDP socket address with ``SO_REUSEADDR``, incoming packets can + identical UDP socket address with ``SO_REUSEADDR``, incoming packets can become randomly distributed among the sockets. For supported platforms, *reuse_port* can be used as a replacement for |
