Skip to content

Commit 32811cd

Browse files
Update sol1.py
1 parent f03cdc3 commit 32811cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: project_euler/problem_122/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
def solve(nums: list[int], goal: int, depth: int) -> bool:
4040
"""
41-
Checks if nums can can have a sum equal to goal, given that length of nums does
41+
Checks if nums can have a sum equal to goal, given that length of nums does
4242
not exceed depth.
4343
4444
>>> solve([1], 2, 2)

0 commit comments

Comments
 (0)