Skip to content

Commit a3d4bbb

Browse files
authored
Merge pull request #68 from kasimte/patch-1
Removed extra "your" in nbs/index.ipynb.
2 parents 22b6857 + 4f22f79 commit a3d4bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbs/index.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@
157157
"cell_type": "markdown",
158158
"metadata": {},
159159
"source": [
160-
"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",
160+
"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",
161161
"\n",
162162
"Tests look like this:"
163163
]

0 commit comments

Comments
 (0)