Skip to content

Commit f9e9ea9

Browse files
OliverDewshermanhui
authored andcommitted
Fixed typo in docstring (TheAlgorithms#4326)
1 parent 7ea4a95 commit f9e9ea9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: strings/lower.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
def lower(word: str) -> str:
22
"""
3-
Will convert the entire string to lowecase letters
3+
Will convert the entire string to lowercase letters
44
55
>>> lower("wow")
66
'wow'

0 commit comments

Comments
 (0)