mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
Fix wrong attribute name.
This commit is contained in:
parent
6493699c0d
commit
b17f12bbc6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue