Skip to content

Commit e7da004

Browse files
authored
Merge pull request neetcode-gh#1435 from oweijane/patch-1
Update 271-Encode-and-Decode-Strings.py
2 parents b49a4e1 + abd0e90 commit e7da004

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/271-Encode-and-Decode-Strings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def encode(self, strs):
1212

1313
"""
1414
@param: s: A string
15-
@return: dcodes a single string to a list of strings
15+
@return: decodes a single string to a list of strings
1616
"""
1717

1818
def decode(self, s):

0 commit comments

Comments
 (0)