Skip to content

Commit 7a44797

Browse files
authored
Merge pull request #1 from TheAlgorithms/master
Fixed typo in docstring (TheAlgorithms#4326)
2 parents 252df0a + cbe4d5f commit 7a44797

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)