We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd8b14 commit d79cec0Copy full SHA for d79cec0
1 file changed
Data_Structure_In_Python/String/StringMethods.md
@@ -207,7 +207,7 @@ print(Res)
207
#result: true
208
```
209
210
-### 2. isalpha() :A:
+### 2. isalpha() :ab: :
211
- **isalpha()** method returns True if all the characters are alphabet letters (a-z).
212
- **isalpha()** method return false if one of the characters is special character or number
213
0 commit comments