From 5bd590b0336d94a2afacdca57e34f75016eb0ca3 Mon Sep 17 00:00:00 2001 From: Michael Knudsen Date: Sat, 9 Sep 2023 08:59:44 +0200 Subject: [PATCH] Typo --- 2015/01/code.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2015/01/code.py b/2015/01/code.py index 5e62331..fe6103b 100644 --- a/2015/01/code.py +++ b/2015/01/code.py @@ -26,7 +26,7 @@ def deliver_presents( stop: Optional[int] = None, ) -> int: """Santa delivers presents starting at floor 0 based on instructions - given as a sequence of characters. Here "(" resp. ")") means go one floor + given as a sequence of characters. Here "(" (resp. ")") means go one floor up (resp. down). Any other instruction raises an exception. If stop is specified, Santa stops when reaching that floor, and the total