Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 20, 2017
1 parent 1b00ad2 commit 002406a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _unittests/ut_documentation/test_run_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_run_notebook(self):
return

if is_travis_or_appveyor() is None:
kernal_name = install_python_kernel_for_unittest("python3_module_template")
kernel_name = install_python_kernel_for_unittest("python3_module_template")
else:
kernel_name = None
temp = get_temp_folder(__file__, "temp_run_notebooks")
Expand Down

0 comments on commit 002406a

Please sign in to comment.