Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
fchapoton committed Mar 21, 2024
1 parent 60fd86a commit 1385b9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/environment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file lists the minimial dependencies needed to build and test
# This file lists the minimal dependencies needed to build and test
# pari-jupyter. Create a conda environment with these dependencies
# preinstalled with:
# conda env create -f environment.yml
Expand Down
4 changes: 2 additions & 2 deletions test/test_pari_jupyter_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class PARIKernelTests(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 @@ -78,7 +78,7 @@ class PARIKernelTests(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 1385b9a

Please sign in to comment.