mirror of
https://github.com/webrecorder/pywb.git
synced 2025-03-24 06:59:52 +01:00
Merge pull request #172 from machawk1/patch-3
Spelling: Quick comment fix
This commit is contained in:
commit
8ae692d630
@ -375,7 +375,7 @@ class LimitReader(object):
|
|||||||
def wrap_stream(stream, content_length):
|
def wrap_stream(stream, content_length):
|
||||||
"""
|
"""
|
||||||
If given content_length is an int > 0, wrap the stream
|
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:
|
try:
|
||||||
content_length = int(content_length)
|
content_length = int(content_length)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user