##// END OF EJS Templates
docfix: looks like a file path might have been accidentally pasted in the middle of a word
wilsaj -
Show More
@@ -144,9 +144,9 b' Message type: ``execute_request``::'
144 # Source code to be executed by the kernel, one or more lines.
144 # Source code to be executed by the kernel, one or more lines.
145 'code' : str,
145 'code' : str,
146
146
147 # A boolean flag which, if True, signals the kernel to execute this
147 # A boolean flag which, if True, signals the kernel to execute
148 # code as quietly as possible. This means that the kernel will compile
148 # this code as quietly as possible. This means that the kernel
149 # the code witIPython/core/tests/h 'exec' instead of 'single' (so
149 # will compile the code with 'exec' instead of 'single' (so
150 # sys.displayhook will not fire), and will *not*:
150 # sys.displayhook will not fire), and will *not*:
151 # - broadcast exceptions on the PUB socket
151 # - broadcast exceptions on the PUB socket
152 # - do any logging
152 # - do any logging
General Comments 0
You need to be logged in to leave comments. Login now