Skip to content

Commit 645e08d

Browse files
committed
Update 20-valid_parentheses.py
1 parent e55c4fa commit 645e08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

20-valid_parentheses.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
class Solution(object):
1919
def isValid(self, symbols):
2020
"""
21-
:type s: str
21+
:type symbols: str
2222
:rtype: bool
2323
"""
2424

0 commit comments

Comments
 (0)