From 4f7d6180b82adaf5852573eedf6dda5d15c197f5 Mon Sep 17 00:00:00 2001 From: Jonathan Chiang Date: Fri, 21 Aug 2026 09:09:55 -0400 Subject: [PATCH] Spelling error in advanced tour (#618) --- examples/advanced-tour.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/advanced-tour.ipynb b/examples/advanced-tour.ipynb index 98316ea3a..bc02e46d4 100644 --- a/examples/advanced-tour.ipynb +++ b/examples/advanced-tour.ipynb @@ -163,7 +163,7 @@ "source": [ "### 1.1 The maximize loop\n", "\n", - "And that's it. By repeating the steps above you recreate the internals of the `maximize` method. This should give you all the flexibility you need to log progress, hault execution, perform concurrent evaluations, etc." + "And that's it. By repeating the steps above you recreate the internals of the `maximize` method. This should give you all the flexibility you need to log progress, halt execution, perform concurrent evaluations, etc." ] }, {