We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6b312f commit 1d12848Copy full SHA for 1d12848
Doc/library/socket.rst
@@ -979,7 +979,7 @@ The :mod:`socket` module also offers various network-related services:
979
These addresses should generally be tried in order until a connection succeeds
980
(possibly tried in parallel, for example, using a `Happy Eyeballs`_ algorithm).
981
In these cases, limiting the *type* and/or *proto* can help eliminate
982
- unsuccessful or unusable connecton attempts.
+ unsuccessful or unusable connection attempts.
983
984
Some systems will, however, only return a single address.
985
(For example, this was reported on Solaris and AIX configurations.)
0 commit comments