Skip to content

Commit c120d94

Browse files
authored
Update 437.path-sum-iii.md
1 parent 19671c4 commit c120d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/437.path-sum-iii.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ var pathSum = function (root, sum) {
165165
};
166166
```
167167
Python Code:
168-
```
168+
```python
169169
import collections
170170
from typing import *
171171
class TreeNode:

0 commit comments

Comments
 (0)