diff options
| author | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 16:55:01 (GMT) | 
|---|---|---|
| committer | Ezio Melotti <ezio.melotti@gmail.com> | 2011-03-15 16:55:01 (GMT) | 
| commit | 24b07bcba350bb86c4d6ca446e1564647a199868 (patch) | |
| tree | 1815b1c49a6aec401da86b33fa81d06a0c735679 /Lib/SocketServer.py | |
| parent | 1aa999c49ed82c89257c13cba5e210c3ba34c130 (diff) | |
| download | cpython-24b07bcba350bb86c4d6ca446e1564647a199868.zip cpython-24b07bcba350bb86c4d6ca446e1564647a199868.tar.gz cpython-24b07bcba350bb86c4d6ca446e1564647a199868.tar.bz2  | |
#11515: fix several typos. Patch by Piotr Kasprzyk.
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 f0db511..f1fd78b 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  | 
