Skip to content

Commit d79cec0

Browse files
authored
Update StringMethods.md
1 parent 5fd8b14 commit d79cec0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Data_Structure_In_Python/String/StringMethods.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ print(Res)
207207
#result: true
208208
```
209209

210-
### 2. isalpha() :A:
210+
### 2. isalpha() :ab: :
211211
- **isalpha()** method returns True if all the characters are alphabet letters (a-z).
212212
- **isalpha()** method return false if one of the characters is special character or number
213213

0 commit comments

Comments
 (0)