File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ processes:
291291 of corruption from processes using different ends of the pipe at the same
292292 time.
293293
294- The :meth: `~Connection.send ` method serializes the the object and
294+ The :meth: `~Connection.send ` method serializes the object and
295295 :meth: `~Connection.recv ` re-creates the object.
296296
297297Synchronization between processes
@@ -828,7 +828,7 @@ For an example of the usage of queues for interprocess communication see
828828 used for receiving messages and ``conn2 `` can only be used for sending
829829 messages.
830830
831- The :meth: `~multiprocessing.Connection.send ` method serializes the the object using
831+ The :meth: `~multiprocessing.Connection.send ` method serializes the object using
832832 :mod: `pickle ` and the :meth: `~multiprocessing.Connection.recv ` re-creates the object.
833833
834834.. class :: Queue([maxsize])
You can’t perform that action at this time.
0 commit comments