Skip to content

Commit 2ee900c

Browse files
Update sol1.py
1 parent c5c5752 commit 2ee900c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_190/sol1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
def solution(n: int = 15) -> int:
2424
"""
25-
Calculate sum of P_m for m from 2 to n.
25+
Calculate sum of |_ P_m _| for m from 2 to n.
2626
2727
>>> solution(2)
2828
1

0 commit comments

Comments
 (0)