diff --git a/docs/src/notebooks/code_qa_bot.ipynb b/docs/src/notebooks/code_qa_bot.ipynb index 58b0a563..de787aca 100644 --- a/docs/src/notebooks/code_qa_bot.ipynb +++ b/docs/src/notebooks/code_qa_bot.ipynb @@ -144,7 +144,7 @@ "source": [ "# Pre-processing and loading the documentation\n", "\n", - "Next, let's pre-process and load the documentation. To make sure we don't need to do this repeatedly if we were updating code, we're caching it using pickle so we can retrieve it again (this could take a few minutes to run the first time yyou do it). We'll also add some more metadata to the docs here such as the title and version of the code:" + "Next, let's pre-process and load the documentation. To make sure we don't need to do this repeatedly if we were updating code, we're caching it using pickle so we can retrieve it again (this could take a few minutes to run the first time you do it). We'll also add some more metadata to the docs here such as the title and version of the code:" ] }, { @@ -255,7 +255,7 @@ "id": "28d93b85", "metadata": {}, "source": [ - "And thats it! We're all setup. The next step is to run some queries, let's try a few:" + "And that's it! We're all set up. The next step is to run some queries, let's try a few:" ] }, {