[Python-checkins] (no subject)

Jesús Cea webhook-mailer at python.org
Mon Dec 23 10:52:36 EST 2019




To: python-checkins at python.org
Subject: Doc typo (GH-17667) (#17668)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0

https://github.com/python/cpython/commit/7eb8c6d2c89a8a7ba3af4a99ab20456dff54=
4881
commit: 7eb8c6d2c89a8a7ba3af4a99ab20456dff544881
branch: 3.8
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.co=
m>
committer: Jes=C3=BAs Cea <jcea at jcea.es>
date: 2019-12-23T16:52:29+01:00
summary:

Doc typo (GH-17667) (#17668)

(cherry picked from commit b0d4949f1fb04f83691e10a5453d1e10e4598bb9)

Co-authored-by: Jes=C3=BAs Cea <jcea at jcea.es>

Co-authored-by: Jes=C3=BAs Cea <jcea at jcea.es>

files:
M Doc/library/asyncio-eventloop.rst

diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloo=
p.rst
index ecd69fd669f1a..7fed2c23df7d5 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -467,7 +467,7 @@ Opening network connections
       UDP. Explicitly passing ``reuse_address=3DTrue`` will raise an excepti=
on.
=20
       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 c=
an
       become randomly distributed among the sockets.
=20
       For supported platforms, *reuse_port* can be used as a replacement for



More information about the Python-checkins mailing list