Skip to content

Commit

Permalink
Merge pull request #164 from cjauvin/patch-1
Browse files Browse the repository at this point in the history
Fix typo in index.ipynb
  • Loading branch information
fangohr authored Jan 27, 2021
2 parents a13a03b + a2b64e2 commit 1397af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"$ py.test --nbval my_notebook.ipynb --sanitize-with my_sanitize_file\n",
"```\n",
"\n",
"This sanitize file contains a number of REGEX replacements. It is recommended, when removing output for the tests, that you replace the removed output with some sort of marker, this helps with debugging. The following file is written to the folder of this notebook and can be used to santize its outputs:"
"This sanitize file contains a number of REGEX replacements. It is recommended, when removing output for the tests, that you replace the removed output with some sort of marker, this helps with debugging. The following file is written to the folder of this notebook and can be used to sanitize its outputs:"
]
},
{
Expand Down

0 comments on commit 1397af8

Please sign in to comment.