Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 4, 2023
1 parent e5f3ab6 commit 0fe467e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_ipykernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <enter>), 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"]
Expand Down Expand Up @@ -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`
Expand Down

0 comments on commit 0fe467e

Please sign in to comment.