Doc typo (GH-17667) (#17668)

(cherry picked from commit b0d4949f1f)

Co-authored-by: Jesús Cea <jcea@jcea.es>

Co-authored-by: Jesús Cea <jcea@jcea.es>
This commit is contained in:
Miss Islington (bot) 2019-12-23 07:52:29 -08:00 committed by Jesús Cea
parent a542aec092
commit 7eb8c6d2c8
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,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