• Possible bug

Question related to mission Three Words

 

Hello everybody,

I just can't find the error in the following code

def checkio(words): return words.replace(" ","").isalpha()

It passes all tests, except the last one.

assert checkio("Hi") == False, "Hi"

Any tips?