#11515: fix several typos. Patch by Piotr Kasprzyk.

This commit is contained in:
Ezio Melotti 2011-03-15 18:55:01 +02:00
parent 1aa999c49e
commit 24b07bcba3
44 changed files with 51 additions and 50 deletions

View file

@ -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