From 3ff3e8772acb77659ee658deabea76f71a7280b2 Mon Sep 17 00:00:00 2001 From: Golf Player <> Date: Mon, 22 Jun 2020 18:49:36 -0500 Subject: [PATCH] Fix linter issues --- nbclient/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nbclient/client.py b/nbclient/client.py index 9323be86..a172f1ff 100644 --- a/nbclient/client.py +++ b/nbclient/client.py @@ -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`. """), @@ -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`. """),