Skip to content

Commit 4c517df

Browse files
author
Mallory Brickerd
committed
fix: imperative docstring
1 parent f406f12 commit 4c517df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_2025/solutions/day02.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def has_repeated_sequence(self, n: int, num_repeats: int | None = None) -> bool:
6161
return False
6262

6363
def solve_part(self, data: list[str], func: Callable[[int], bool]) -> int:
64-
"""Generic solver to find and sum invalid IDs based on a check function.
64+
"""Find and sum invalid IDs based on a check function.
6565
6666
Parses the input string of ranges, iterates through each number, and applies
6767
the provided checking function to identify and sum invalid IDs.

0 commit comments

Comments
 (0)