Skip to content

Commit a0a2941

Browse files
committed
Fix typo
1 parent 7ef4fac commit a0a2941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project_euler/problem_50/sol1.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
def is_prime(number: int) -> bool:
3232
"""
33-
function to check wether a number is a prime or not.
33+
function to check whether a number is a prime or not.
3434
>>> is_prime(2)
3535
True
3636
>>> is_prime(6)

0 commit comments

Comments
 (0)