From 4f22f7989520e55e7a9ec975c3b2acb1a0838c32 Mon Sep 17 00:00:00 2001 From: Kasim Te Date: Sat, 5 Sep 2020 11:57:29 +0900 Subject: [PATCH] Removed extra "your". --- nbs/index.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 7b55ff34..bac449f9 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -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:" ]