diff options
Diffstat (limited to 'Lib/SocketServer.py')
-rw-r--r-- | Lib/SocketServer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/SocketServer.py b/Lib/SocketServer.py index f0db511d1d..f1fd78b86b 100644 --- a/Lib/SocketServer.py +++ b/Lib/SocketServer.py @@ -675,7 +675,7 @@ class StreamRequestHandler(BaseRequestHandler): # A timeout to apply to the request socket, if not None. timeout = None - # Disable nagle algoritm for this socket, if True. + # Disable nagle algorithm for this socket, if True. # Use only when wbufsize != 0, to avoid small packets. disable_nagle_algorithm = False |