Fix docstring for Euler problem 11, solution 2 (#3227)

This commit is contained in:
Kasper Primdal Lauritzen 2020-10-12 13:28:46 +02:00 committed by GitHub
parent 7a671483b6
commit 7b60cea490
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,8 @@ import os
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