mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-21 08:42:03 +00:00
Fixed typo in docstring (#4326)
This commit is contained in:
parent
252df0a149
commit
cbe4d5f952
|
@ -1,6 +1,6 @@
|
||||||
def lower(word: str) -> str:
|
def lower(word: str) -> str:
|
||||||
"""
|
"""
|
||||||
Will convert the entire string to lowecase letters
|
Will convert the entire string to lowercase letters
|
||||||
|
|
||||||
>>> lower("wow")
|
>>> lower("wow")
|
||||||
'wow'
|
'wow'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user