diff --git a/notes-and-examples/2026.07.31/overview.md b/notes-and-examples/2026.07.31/overview.md index d56659c..be5a27a 100644 --- a/notes-and-examples/2026.07.31/overview.md +++ b/notes-and-examples/2026.07.31/overview.md @@ -56,7 +56,7 @@ of tuples. Each tuple should contain the traversal from point A to point B, followed by the total weight. In this fictitious graph, calling `possible_paths("Santa Ana", "San Francisco")` -should yield the return below. Which path is better? +should yield the return below. ```python graph = {