Skip to content

Commit 1385b9a

Browse files
committed
fix typos
1 parent 60fd86a commit 1385b9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file lists the minimial dependencies needed to build and test
1+
# This file lists the minimal dependencies needed to build and test
22
# pari-jupyter. Create a conda environment with these dependencies
33
# preinstalled with:
44
# conda env create -f environment.yml

test/test_pari_jupyter_kernel.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class PARIKernelTests(jkt.KernelTests):
4040
# ]
4141

4242
# samples for testing code-completeness (used by console only)
43-
# these samples should respectively be unambigiously complete statements
43+
# these samples should respectively be unambiguously complete statements
4444
# (which should be executed on <enter>), incomplete statements or code
4545
# which should be identified as invalid
4646
# complete_code_samples = ['1', "print('hello, world')", "def f(x):\n return x*2\n\n\n"]
@@ -78,7 +78,7 @@ class PARIKernelTests(jkt.KernelTests):
7878
# ]
7979

8080
# test the support for searching/recalling history (used by console only)
81-
# the history tests re-use the code blocks in `code_execute_result` above,
81+
# the history tests reuse the code blocks in `code_execute_result` above,
8282
# so will not run if no test code is available
8383
# `code_history_pattern` is a glob-style pattern which should match at least
8484
# one code sample in `code_execute_result`

0 commit comments

Comments
 (0)