diff --git a/project_euler/problem_11/sol2.py b/project_euler/problem_11/sol2.py index 1482fc7d3b04..839ca6717571 100644 --- a/project_euler/problem_11/sol2.py +++ b/project_euler/problem_11/sol2.py @@ -28,7 +28,8 @@ def solution(): - """Returns the sum of all the multiples of 3 or 5 below n. + """Returns the greatest product of four adjacent numbers (horizontally, + vertically, or diagonally). >>> solution() 70600674