File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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 @@ -282,7 +282,7 @@ processes:
282
282
of corruption from processes using different ends of the pipe at the same
283
283
time.
284
284
285
- The :meth: `~Connection.send ` method serializes the the object and
285
+ The :meth: `~Connection.send ` method serializes the object and
286
286
:meth: `~Connection.recv ` re-creates the object.
287
287
288
288
Synchronization between processes
@@ -819,7 +819,7 @@ For an example of the usage of queues for interprocess communication see
819
819
used for receiving messages and ``conn2 `` can only be used for sending
820
820
messages.
821
821
822
- The :meth: `~multiprocessing.Connection.send ` method serializes the the object using
822
+ The :meth: `~multiprocessing.Connection.send ` method serializes the object using
823
823
:mod: `pickle ` and the :meth: `~multiprocessing.Connection.recv ` re-creates the object.
824
824
825
825
.. class :: Queue([maxsize])
Original file line number Diff line number Diff line change @@ -966,7 +966,7 @@ The :mod:`socket` module also offers various network-related services:
966
966
These addresses should generally be tried in order until a connection succeeds
967
967
(possibly tried in parallel, for example, using a `Happy Eyeballs `_ algorithm).
968
968
In these cases, limiting the *type * and/or *proto * can help eliminate
969
- unsuccessful or unusable connecton attempts.
969
+ unsuccessful or unusable connection attempts.
970
970
971
971
Some systems will, however, only return a single address.
972
972
(For example, this was reported on Solaris and AIX configurations.)
You can’t perform that action at this time.
0 commit comments