1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

Quick comment fix

This commit is contained in:
Mat Kelly 2016-03-04 11:17:35 -05:00
parent 7cf81935e1
commit 96da397456

View File

@ -375,7 +375,7 @@ class LimitReader(object):
def wrap_stream(stream, content_length):
"""
If given content_length is an int > 0, wrap the stream
in a LimitReader. Ottherwise, return the stream unaltered
in a LimitReader. Otherwise, return the stream unaltered
"""
try:
content_length = int(content_length)