mirror of https://github.com/python/cpython
Fix wrong attribute name.
This commit is contained in:
parent
6493699c0d
commit
b17f12bbc6
|
@ -233,7 +233,7 @@ class BufferedIncrementalDecoder(IncrementalDecoder):
|
|||
|
||||
def reset(self):
|
||||
IncrementalDecoder.reset(self)
|
||||
self.bytebuffer = ""
|
||||
self.buffer = ""
|
||||
|
||||
#
|
||||
# The StreamWriter and StreamReader class provide generic working
|
||||
|
|
Loading…
Reference in New Issue