Skip to content

Commit cea6f3b

Browse files
committed
Update doctest sol
1 parent d2bf43d commit cea6f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_078/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
def solution() -> str:
2323
"""
2424
>>> solution()
25-
55374
25+
'55374'
2626
"""
2727
MODULUS = 10 ** 6
2828
partitions = [1]

0 commit comments

Comments
 (0)