Skip to content

Commit f145235

Browse files
committed
fix codespell error in comment
1 parent 901a8fb commit f145235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

papermill/tests/test_execute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def test(self):
136136
path = get_notebook_path('broken1.ipynb')
137137

138138
# check that the notebook has two existing marker cells, so that this test is sure to be
139-
# validating the removal logic (the markers are simulatin an error in the first code cell
139+
# validating the removal logic (the markers are simulating an error in the first code cell
140140
# that has since been fixed)
141141
original_nb = load_notebook_node(path)
142142
self.assertEqual(original_nb.cells[0].metadata["tags"], ["papermill-error-cell-tag"])

0 commit comments

Comments
 (0)