From 84616c6a9b39f8b6efcb22520de84116be8c3d50 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Thu, 11 Jun 2026 12:37:05 -0700 Subject: [PATCH] Fix formatting in pytudes.py --- py/pytudes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py/pytudes.py b/py/pytudes.py index 2597878..b645ffa 100644 --- a/py/pytudes.py +++ b/py/pytudes.py @@ -2,7 +2,7 @@ notebooks = { -'New': [], # Gets updated automatically +'New': [], # Gets updated automatically 'Programming Examples': [ ("AlphaCode Automated Programming", 2022, 'AlphaCode.ipynb', "Analysis of AlphaCode's automated solution to a coding problem"),