Skip to content

Commit

Permalink
Fix linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Golf Player committed Jun 23, 2020
1 parent b38d7a3 commit 3ff3e87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ class NotebookClient(LoggingConfigurable):
default_value=None,
allow_none=True,
help=dedent("""
Called after the kernel manager and kernel client are setup, and cells
Called after the kernel manager and kernel client are setup, and cells
are about to execute.
Called with kwargs `kernel_id`.
"""),
Expand Down Expand Up @@ -260,7 +260,7 @@ class NotebookClient(LoggingConfigurable):
default_value=None,
allow_none=True,
help=dedent("""
A callable which executes when a cell execution results in an error.
A callable which executes when a cell execution results in an error.
This is executed even if errors are suppressed with `cell_allows_errors`.
Called with kwargs `cell`, and `cell_index`.
"""),
Expand Down

0 comments on commit 3ff3e87

Please sign in to comment.