From 203ae2b0441faefca481718dbcbcf17bfe0af41d 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 2d79a1dd..c6695d0b 100644 --- a/spyder_kernels/console/start.py +++ b/spyder_kernels/console/start.py @@ -212,7 +212,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, '')