From 0fe467ebc99327a38f5b038951a92b18d6e96868 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Tue, 3 Oct 2023 21:56:26 -0500 Subject: [PATCH] spelling --- test_ipykernel.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_ipykernel.py b/test_ipykernel.py index 73de86d..00afd23 100644 --- a/test_ipykernel.py +++ b/test_ipykernel.py @@ -44,7 +44,7 @@ class IPyKernelTests(jkt.KernelTests): ] # samples for testing code-completeness (used by console only) - # these samples should respectively be unambigiously complete statements + # these samples should respectively be unambiguously complete statements # (which should be executed on ), incomplete statements or code # which should be identified as invalid complete_code_samples = ["1", "print('hello, world')", "def f(x):\n return x*2\n\n\n"] @@ -87,7 +87,7 @@ class IPyKernelTests(jkt.KernelTests): ] # test the support for searching/recalling history (used by console only) - # the history tests re-use the code blocks in `code_execute_result` above, + # the history tests reuse the code blocks in `code_execute_result` above, # so will not run if no test code is available # `code_history_pattern` is a glob-style pattern which should match at least # one code sample in `code_execute_result`