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 @@ -227,7 +227,7 @@ class NotebookClient(LoggingConfigurable):
227
227
default_value = None ,
228
228
allow_none = True ,
229
229
help = dedent ("""
230
- Called after the kernel manager and kernel client are setup, and cells
230
+ Called after the kernel manager and kernel client are setup, and cells
231
231
are about to execute.
232
232
Called with kwargs `kernel_id`.
233
233
""" ),
@@ -256,7 +256,7 @@ class NotebookClient(LoggingConfigurable):
256
256
default_value = None ,
257
257
allow_none = True ,
258
258
help = dedent ("""
259
- A callable which executes when a cell execution results in an error.
259
+ A callable which executes when a cell execution results in an error.
260
260
This is executed even if errors are suppressed with `cell_allows_errors`.
261
261
Called with kwargs `cell`, and `cell_index`.
262
262
""" ),
You can’t perform that action at this time.
0 commit comments