Skip to content

Commit

Permalink
Merge pull request #68 from kasimte/patch-1
Browse files Browse the repository at this point in the history
Removed extra "your" in nbs/index.ipynb.
  • Loading branch information
jph00 authored Sep 5, 2020
2 parents 22b6857 + 4f22f79 commit a3d4bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"fastcore's testing module is designed to work well with [nbdev](https://nbdev.fast.ai), which is a full literate programming environment built on Jupyter Notebooks. That means that your tests, docs, and code all live together in the same notebook. fastcore and nbdev's approach to testing starts with the premise that your all your tests should pass. If one fails, no more tests in a notebook are run.\n",
"fastcore's testing module is designed to work well with [nbdev](https://nbdev.fast.ai), which is a full literate programming environment built on Jupyter Notebooks. That means that your tests, docs, and code all live together in the same notebook. fastcore and nbdev's approach to testing starts with the premise that all your tests should pass. If one fails, no more tests in a notebook are run.\n",
"\n",
"Tests look like this:"
]
Expand Down

0 comments on commit a3d4bbb

Please sign in to comment.