Skip to content

Commit 1d12848

Browse files
authored
Fix typo in socket.rst
1 parent c6b312f commit 1d12848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

0 commit comments

Comments
 (0)