summaryrefslogtreecommitdiffstats
path: root/Lib/httplib.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/httplib.py')
-rw-r--r--Lib/httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/httplib.py b/Lib/httplib.py
index ef131d3..e58a30a 100644
--- a/Lib/httplib.py
+++ b/Lib/httplib.py
@@ -560,7 +560,7 @@ class HTTPConnection:
def _output(self, s):
"""Add a line of output to the current request buffer.
-
+
Assumes that the line does *not* end with \\r\\n.
"""
self._buffer.append(s)