We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 252df0a commit cbe4d5fCopy full SHA for cbe4d5f
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