badouxn <bado...@ethz.ch> added the comment:

Typo in the last comment. The code should be:

'''
     def __init__(self, partial, expected):
         super().__init__(partial, expected)
         self.partial = partial
         self.expected = expected
     def __str__(self):
         return ("%d bytes read on a total of %r expected bytes" % 
(len(self.partial), self.expected))
'''

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32034>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to