Skip to content

Commit 7b60cea

Browse files
authored
Fix docstring for Euler problem 11, solution 2 (#3227)
1 parent 7a67148 commit 7b60cea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project_euler/problem_11/sol2.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828

2929

3030
def solution():
31-
"""Returns the sum of all the multiples of 3 or 5 below n.
31+
"""Returns the greatest product of four adjacent numbers (horizontally,
32+
vertically, or diagonally).
3233
3334
>>> solution()
3435
70600674

0 commit comments

Comments
 (0)