Skip to content

Commit

Permalink
Merge pull request neetcode-gh#1435 from oweijane/patch-1
Browse files Browse the repository at this point in the history
Update 271-Encode-and-Decode-Strings.py
  • Loading branch information
Ahmad-A0 authored Nov 19, 2022
2 parents b49a4e1 + abd0e90 commit e7da004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/271-Encode-and-Decode-Strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def encode(self, strs):

"""
@param: s: A string
@return: dcodes a single string to a list of strings
@return: decodes a single string to a list of strings
"""

def decode(self, s):
Expand Down

0 comments on commit e7da004

Please sign in to comment.