We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef4fac commit a0a2941Copy full SHA for a0a2941
project_euler/problem_50/sol1.py
@@ -30,7 +30,7 @@
30
31
def is_prime(number: int) -> bool:
32
"""
33
- function to check wether a number is a prime or not.
+ function to check whether a number is a prime or not.
34
>>> is_prime(2)
35
True
36
>>> is_prime(6)
0 commit comments