From 88d8d7249eb1d25929370e3f198bae95d1022a04 Mon Sep 17 00:00:00 2001 From: Josh Wein Date: Thu, 5 Oct 2023 23:07:28 -0400 Subject: [PATCH] Typo cleanup (#539) --- docs/src/notebooks/code_qa_bot.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:" ] }, {