Replace use of __repr__ by __str__
The following discussion from !88 (merged) should be addressed:
-
@arie started a discussion: (+3 comments) This is somewhat non-standard use of
__repr__, see the python docs on this. I think you want to define__str__instead in this case.
Edited by Arie Peterson