Skip to content

Commit 3ff3e87

Browse files
author
Golf Player
committed
Fix linter issues
1 parent b38d7a3 commit 3ff3e87

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
@@ -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
"""),

0 commit comments

Comments
 (0)