Skip to content

Commit 4f22f79

Browse files
authored
Removed extra "your".
1 parent 22b6857 commit 4f22f79

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)