Skip to content

Commit 1f1afda

Browse files
SandersLinstokhos
authored andcommitted
Fix typo in Project Euler sol1.py (TheAlgorithms#1875)
1 parent b096398 commit 1f1afda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_31/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def two_pound(x):
4545

4646

4747
def solution(n):
48-
"""Returns the number of different ways can £n be made using any number of
48+
"""Returns the number of different ways can n pence be made using any number of
4949
coins?
5050
5151
>>> solution(500)

0 commit comments

Comments
 (0)