mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): typo in string manipulation python project (#54695)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Co-authored-by: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ab2f5a3004
commit
074172e264
+1
-1
@@ -7,7 +7,7 @@ dashedName: step-80
|
||||
|
||||
# --description--
|
||||
|
||||
The `.isalpha()` method returns `True` if all the character of the string on which it is called are letters. For example, the code below returns `True`:
|
||||
The `.isalpha()` method returns `True` if all of the characters of the string on which it is called are letters. For example, the code below returns `True`:
|
||||
|
||||
```py
|
||||
'freeCodeCamp'.isalpha()
|
||||
|
||||
Reference in New Issue
Block a user