We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec5468e commit 19d6ac0Copy full SHA for 19d6ac0
strings/lower.py
@@ -1,6 +1,6 @@
1
def lower(word: str) -> str:
2
"""
3
- Will convert the entire string to lowecase letters
+ Will convert the entire string to lowercase letters
4
5
>>> lower("wow")
6
'wow'
0 commit comments