Skip to content

Commit c6b312f

Browse files
authored
Fix typos in multiprocessing.rst
1 parent a20d32c commit c6b312f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/multiprocessing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

297297
Synchronization 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])

0 commit comments

Comments
 (0)