File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class NotebookClient(LoggingConfigurable):
227227 default_value = None ,
228228 allow_none = True ,
229229 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
231231 are about to execute.
232232 Called with kwargs `kernel_id`.
233233 """ ),
@@ -256,7 +256,7 @@ class NotebookClient(LoggingConfigurable):
256256 default_value = None ,
257257 allow_none = True ,
258258 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.
260260 This is executed even if errors are suppressed with `cell_allows_errors`.
261261 Called with kwargs `cell`, and `cell_index`.
262262 """ ),
You can’t perform that action at this time.
0 commit comments