diff options
| author | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 +0000 |
|---|---|---|
| committer | Martin Panter <vadmium+py@gmail.com> | 2016-07-28 01:11:04 +0000 |
| commit | eb9957065acaafbf3d8ebee4770ecb13ea0c07c0 (patch) | |
| tree | a5caf4a201daa6a5094eb18f605cb2b4b7bc91fd /Doc/library/socket.rst | |
| parent | eac67be948e972dc12b7b4abfa83b09becf6422c (diff) | |
| download | cpython-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.rst | 2 |
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 |
