]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc typo (#17667)
authorJesús Cea <jcea@jcea.es>
Fri, 20 Dec 2019 02:21:03 +0000 (03:21 +0100)
committerGitHub <noreply@github.com>
Fri, 20 Dec 2019 02:21:03 +0000 (03:21 +0100)
Doc/library/asyncio-eventloop.rst

index d9b1cf7a8d835170a3e28f04b98b2caa4141a9f6..ee995e04e47650975c9fd5be6d34376c03591e33 100644 (file)
@@ -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