Skip to content

Commit 176e801

Browse files
committed
Fixed doctest issue added at last commit.
1 parent 3bcde58 commit 176e801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_02/sol4.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def solution(n):
3434
>>> solution(34)
3535
44
3636
>>> solution(3.4)
37-
3
37+
2
3838
>>> solution(0)
3939
Traceback (most recent call last):
4040
...

0 commit comments

Comments
 (0)