From a4ebefcae49ddc65335123959c9b5c9e9c8f2321 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sat, 6 Dec 2025 16:10:30 -0800 Subject: [PATCH] Update Advent-2025-AI.ipynb --- ipynb/Advent-2025-AI.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipynb/Advent-2025-AI.ipynb b/ipynb/Advent-2025-AI.ipynb index 9fb1b80..754c49d 100644 --- a/ipynb/Advent-2025-AI.ipynb +++ b/ipynb/Advent-2025-AI.ipynb @@ -19,7 +19,7 @@ "\n", "For brevity, I have removed some of the models' output, such as:\n", "- Prose descriptions of the programs. (In most cases these were aaccurate and thorough!)\n", - "- The \"__main__\"` idiom for running code from the command line\n", + "- The \"`__main__`\" idiom for running code from the command line\n", "- Test examples to run.\n", "\n", "Overall, the models did well, producing code that gives the correct answer in a reasonable run time. Some of the cosde could be improved stylistically. (But I guess if you're vibe coding and not looking at the code, maybe that doesn't matter.)\n",