Kaydet (Commit) e1a0391b authored tarafından Walter Dörwald's avatar Walter Dörwald

Fix wrong variable name.

üst 0aa8ef15
......@@ -36,7 +36,7 @@ class StreamReader(Codec,codecs.StreamReader):
def __init__(self,stream,errors='strict',mapping=None):
codecs.StreamReader.__init__(self,strict,errors)
codecs.StreamReader.__init__(self,stream,errors)
self.mapping = mapping
def decode(self,input,errors='strict'):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment