]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc typo (GH-17667) (#17668)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Dec 2019 15:52:29 +0000 (07:52 -0800)
committerJesús Cea <jcea@jcea.es>
Mon, 23 Dec 2019 15:52:29 +0000 (16:52 +0100)
(cherry picked from commit b0d4949f1fb04f83691e10a5453d1e10e4598bb9)

Co-authored-by: Jesús Cea <jcea@jcea.es>
Co-authored-by: Jesús Cea <jcea@jcea.es>
Doc/library/asyncio-eventloop.rst

index ecd69fd669f1a5a215708aa85e711f9401bdb20e..7fed2c23df7d5da8335407a0eedbef59ab96e66a 100644 (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