Skip to content

Commit 1ba7b5f

Browse files
authored
Update sqrtx.py
error due to the wrong method name
1 parent ecdb8e8 commit 1ba7b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Python/sqrtx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ def mySqrt(self, x):
2626

2727

2828
if __name__ == "__main__":
29-
print Solution().sqrt(10)
29+
print Solution().mySqrt(10)
3030

0 commit comments

Comments
 (0)