From 2115c2c8a82514da0d845270b3ee8820863b6ba2 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 3 Oct 2023 16:27:51 -0500 Subject: [PATCH] lint --- ipykernel/kernelapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipykernel/kernelapp.py b/ipykernel/kernelapp.py index 2f51271f..483f3844 100644 --- a/ipykernel/kernelapp.py +++ b/ipykernel/kernelapp.py @@ -124,7 +124,7 @@ class IPKernelApp(BaseIPythonApplication, InteractiveShellApp, ConnectionFileMix klass="ipykernel.kernelbase.Kernel", help="""The Kernel subclass to be used. - This should allow easy re-use of the IPKernelApp entry point + This should allow easy reuse of the IPKernelApp entry point to configure and launch kernels other than IPython's own. """, ).tag(config=True)