File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4s changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ Entry points
133
133
134
134
Details of a collection of installed entry points.
135
135
136
- Also provides a ``.groups `` attribute that reports all identifed entry
136
+ Also provides a ``.groups `` attribute that reports all identified entry
137
137
point groups, and a ``.names `` attribute that reports all identified entry
138
138
point names.
139
139
Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ processes:
291
291
of corruption from processes using different ends of the pipe at the same
292
292
time.
293
293
294
- The :meth: `~Connection.send ` method serializes the the object and
294
+ The :meth: `~Connection.send ` method serializes the object and
295
295
:meth: `~Connection.recv ` re-creates the object.
296
296
297
297
Synchronization between processes
@@ -828,7 +828,7 @@ For an example of the usage of queues for interprocess communication see
828
828
used for receiving messages and ``conn2 `` can only be used for sending
829
829
messages.
830
830
831
- The :meth: `~multiprocessing.Connection.send ` method serializes the the object using
831
+ The :meth: `~multiprocessing.Connection.send ` method serializes the object using
832
832
:mod: `pickle ` and the :meth: `~multiprocessing.Connection.recv ` re-creates the object.
833
833
834
834
.. class :: Queue([maxsize])
Original file line number Diff line number Diff line change @@ -979,7 +979,7 @@ The :mod:`socket` module also offers various network-related services:
979
979
These addresses should generally be tried in order until a connection succeeds
980
980
(possibly tried in parallel, for example, using a `Happy Eyeballs `_ algorithm).
981
981
In these cases, limiting the *type * and/or *proto * can help eliminate
982
- unsuccessful or unusable connecton attempts.
982
+ unsuccessful or unusable connection attempts.
983
983
984
984
Some systems will, however, only return a single address.
985
985
(For example, this was reported on Solaris and AIX configurations.)
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ Also in the corresponding :class:`ipaddress.IPv4Network` and
642
642
.. nonce: OToJnG
643
643
.. section: Library
644
644
645
- In :mod: `encodings.idna `, any capitalization of the the ACE prefix
645
+ In :mod: `encodings.idna `, any capitalization of the ACE prefix
646
646
(``xn-- ``) is now acceptable. Patch by Pepijn de Vos and Zackery Spytz.
647
647
648
648
..
You can’t perform that action at this time.
0 commit comments