Skip to content

Commit cbe4d5f

Browse files
authored
Fixed typo in docstring (#4326)
1 parent 252df0a commit cbe4d5f

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)