##// END OF EJS Templates
BUG: docstring typo.
Robert Kern -
Show More
@@ -196,7 +196,7 b' class DisplayHook(Configurable):'
196 """Compute and return the repr of the object to be displayed.
196 """Compute and return the repr of the object to be displayed.
197
197
198 This method only compute the string form of the repr and should NOT
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 result_repr = self.default_formatter(result)
201 result_repr = self.default_formatter(result)
202 if '\n' in result_repr:
202 if '\n' in result_repr:
General Comments 0
You need to be logged in to leave comments. Login now