Skip to content

Commit b0d4949

Browse files
authored
Doc typo (#17667)
1 parent 791073f commit b0d4949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ Opening network connections
479479
UDP. Explicitly passing ``reuse_address=True`` will raise an exception.
480480

481481
When multiple processes with differing UIDs assign sockets to an
482-
indentical UDP socket address with ``SO_REUSEADDR``, incoming packets can
482+
identical UDP socket address with ``SO_REUSEADDR``, incoming packets can
483483
become randomly distributed among the sockets.
484484

485485
For supported platforms, *reuse_port* can be used as a replacement for

0 commit comments

Comments
 (0)