Skip to content

Commit a34cac8

Browse files
committed
fix typo
1 parent c318537 commit a34cac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-notebook.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"outputs": [],
140140
"source": [
141141
"if runner.status() != \"finished\":\n",
142-
" print(\"WARINING: The runner hasn't reached it goal yet!\")\n",
142+
" print(\"WARNING: The runner hasn't reached it goal yet!\")\n",
143143
"\n",
144144
"learner2 = adaptive.Learner1D(peak, bounds=learner.bounds)\n",
145145
"\n",

0 commit comments

Comments
 (0)