From 5f074ffad64aa59b51db1ca09508e776f6fe500b Mon Sep 17 00:00:00 2001 From: Ryan Clary <9618975+mrclary@users.noreply.github.com> Date: Thu, 16 May 2024 12:24:06 -0700 Subject: [PATCH] Apply review suggestion Co-authored-by: Jitse Niesen --- spyder_kernels/console/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spyder_kernels/console/start.py b/spyder_kernels/console/start.py index 5f2a4866..34634838 100644 --- a/spyder_kernels/console/start.py +++ b/spyder_kernels/console/start.py @@ -190,7 +190,7 @@ def close(self): pass # Re-add current working directory path into sys.path after all of the - # import statements, but before initiializing the kernel. + # import statements, but before initializing the kernel. if '' not in sys.path: sys.path.insert(0, '')