summaryrefslogtreecommitdiff
path: root/Doc/library/socket.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-07-28 01:11:04 +0000
committerMartin Panter <vadmium+py@gmail.com>2016-07-28 01:11:04 +0000
commiteb9957065acaafbf3d8ebee4770ecb13ea0c07c0 (patch)
treea5caf4a201daa6a5094eb18f605cb2b4b7bc91fd /Doc/library/socket.rst
parenteac67be948e972dc12b7b4abfa83b09becf6422c (diff)
downloadcpython-git-eb9957065acaafbf3d8ebee4770ecb13ea0c07c0.tar.gz
Issue #27626: Spelling fixes in docs, comments and internal names
Based on patch by Ville Skyttä.
Diffstat (limited to 'Doc/library/socket.rst')
-rw-r--r--Doc/library/socket.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/socket.rst b/Doc/library/socket.rst
index 48311c5820..02f2350673 100644
--- a/Doc/library/socket.rst
+++ b/Doc/library/socket.rst
@@ -1211,7 +1211,7 @@ to sockets.
much data, if any, was successfully sent.
.. versionchanged:: 3.5
- The socket timeout is no more reset each time data is sent successfuly.
+ The socket timeout is no more reset each time data is sent successfully.
The socket timeout is now the maximum total duration to send all data.
.. versionchanged:: 3.5