Show More
@@ -196,7 +196,7 b' class DisplayHook(Configurable):' | |||
|
196 | 196 | """Compute and return the repr of the object to be displayed. |
|
197 | 197 | |
|
198 | 198 | This method only compute the string form of the repr and should NOT |
|
199 | actual print or write that to a stream. | |
|
199 | actually print or write that to a stream. | |
|
200 | 200 | """ |
|
201 | 201 | result_repr = self.default_formatter(result) |
|
202 | 202 | if '\n' in result_repr: |
General Comments 0
You need to be logged in to leave comments.
Login now