aurimas13/Solutions-To-Problems

'Solution' object has no attribute 'isMatch'

hughdbrown opened this issue · 1 comments

------------------------------ Rectangle Area/rectangle.py
Traceback (most recent call last):
File "/Users/hughbrown/workspace/Solutions-To-Problems/LeetCode/Python Solutions/Rectangle Area/rectangle.py", line 24, in
Solve = Instant.isMatch(s = "ab", p = ".*")
AttributeError: 'Solution' object has no attribute 'isMatch'

Fixed it. Should work.