##// END OF EJS Templates
Clarify comment in ipython directive.
chebee7i -
Show More
@@ -445,8 +445,9 b' class EmbeddedSphinxShell(object):'
445 ret.append(formatted_line)
445 ret.append(formatted_line)
446
446
447 if not is_suppress and len(rest.strip()) and is_verbatim:
447 if not is_suppress and len(rest.strip()) and is_verbatim:
448 # The "rest" is the standard output of the input.
448 # The "rest" is the standard output of the input. This needs to be
449 # This needs to be added, even in verbatim mode.
449 # added when in verbatim mode. If there is no "rest", then we don't
450 # add it, as the new line will be added by the processed output.
450 ret.append(rest)
451 ret.append(rest)
451
452
452 # Fetch the processed output. (This is not the submitted output.)
453 # Fetch the processed output. (This is not the submitted output.)
General Comments 0
You need to be logged in to leave comments. Login now