We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 901a8fb commit f145235Copy full SHA for f145235
papermill/tests/test_execute.py
@@ -136,7 +136,7 @@ def test(self):
136
path = get_notebook_path('broken1.ipynb')
137
138
# 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
+ # validating the removal logic (the markers are simulating an error in the first code cell
140
# that has since been fixed)
141
original_nb = load_notebook_node(path)
142
self.assertEqual(original_nb.cells[0].metadata["tags"], ["papermill-error-cell-tag"])
0 commit comments