8000 Fix a few typos found in the docs (GH-127126) · python/cpython@39e60ae · GitHub
[go: up one dir, main page]

Skip to content

Commit 39e60ae

Browse files
authored
Fix a few typos found in the docs (GH-127126)
1 parent d24a22e commit 39e60ae

File tree

4 files changed

+5
-5
lines changed

4s changed

+5
-5
lines changed

Doc/library/importlib.metadata.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Entry points
133133

134134
Details of a collection of installed entry points.
135135

136-
Also provides a ``.groups`` attribute that reports all identifed entry
136+
Also provides a ``.groups`` attribute that reports all identified entry
137137
point groups, and a ``.names`` attribute that reports all identified entry
138138
point names.
139139

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

Doc/library/socket.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ The :mod:`socket` module also offers various network-related services:
979979
These addresses should generally be tried in order until a connection succeeds
980980
(possibly tried in parallel, for example, using a `Happy Eyeballs`_ algorithm).
981981
In these cases, limiting the *type* and/or *proto* can help eliminate
982-
unsuccessful or unusable connecton attempts.
982+
unsuccessful or unusable connection attempts.
983983

984984
Some systems will, however, only return a single address.
985985
(For example, this was reported on Solaris and AIX configurations.)

Misc/NEWS.d/3.13.0a6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ Also in the corresponding :class:`ipaddress.IPv4Network` and
642642
.. nonce: OToJnG
643643
.. section: Library
644644
645-
In :mod:`encodings.idna`, any capitalization of the the ACE prefix
645+
In :mod:`encodings.idna`, any capitalization of the ACE prefix
646646
(``xn--``) is now acceptable. Patch by Pepijn de Vos and Zackery Spytz.
647647

648648
..

0 commit comments

Comments
 (0)
0