File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ class NotebookClient(LoggingConfigurable):
231
231
default_value = None ,
232
232
allow_none = True ,
233
233
help = dedent ("""
234
- Called after the kernel manager and kernel client are setup, and cells
234
+ Called after the kernel manager and kernel client are setup, and cells
235
235
are about to execute.
236
236
Called with kwargs `kernel_id`.
237
237
""" ),
@@ -260,7 +260,7 @@ class NotebookClient(LoggingConfigurable):
260
260
default_value = None ,
261
261
allow_none = True ,
262
262
help = dedent ("""
263
- A callable which executes when a cell execution results in an error.
263
+ A callable which executes when a cell execution results in an error.
264
264
This is executed even if errors are suppressed with `cell_allows_errors`.
265
265
Called with kwargs `cell`, and `cell_index`.
266
266
""" ),
You can’t perform that action at this time.
0 commit comments