Skip to content

Commit 04a44c5

Browse files
committed
Add to explanation and fix second Travis build
1 parent 0f088c6 commit 04a44c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_62/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def solution() -> int:
2222
numbers that are the base of the cube.
2323
2424
Once you find 5 numbers that produce the same sequence of digits, return
25-
the smallest one, which is at index 0 since we insert each base in
25+
the smallest one, which is at index 0 since we insert each base number in
2626
ascending order.
2727
"""
2828
freqs = defaultdict(list)

0 commit comments

Comments
 (0)