Skip to content

Commit bc5d0f4

Browse files
author
Golf Player
committed
Fix linter issues
1 parent 7f33c31 commit bc5d0f4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbclient/client.py

+2-2
Original file line numberDiff line numberDiff 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
"""),

0 commit comments

Comments
 (0)