Fixed typo in docstring (#4326)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def lower(word: str) -> str:
|
||||
"""
|
||||
Will convert the entire string to lowecase letters
|
||||
Will convert the entire string to lowercase letters
|
||||
|
||||
>>> lower("wow")
|
||||
'wow'
|
||||
|
||||
Reference in New Issue
Block a user