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 @@ -231,7 +231,7 @@ class NotebookClient(LoggingConfigurable):
231231 default_value = None ,
232232 allow_none = True ,
233233 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
235235 are about to execute.
236236 Called with kwargs `kernel_id`.
237237 """ ),
@@ -260,7 +260,7 @@ class NotebookClient(LoggingConfigurable):
260260 default_value = None ,
261261 allow_none = True ,
262262 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.
264264 This is executed even if errors are suppressed with `cell_allows_errors`.
265265 Called with kwargs `cell`, and `cell_index`.
266266 """ ),
You can’t perform that action at this time.
0 commit comments