Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
micknudsen authored Sep 9, 2023
1 parent d85e2fa commit 5bd590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2015/01/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5bd590b

Please sign in to comment.