Skip to content

Commit d12e759

Browse files
KPLauritzenstokhos
authored andcommitted
Fix docstring for Euler problem 11, solution 2 (TheAlgorithms#3227)
1 parent 34cc58a commit d12e759

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)