Skip to content

Commit 6cc4034

Browse files
committed
fix: 0093.复原IP地址 python 范例版本二 codeblock 缺少 '```'
1 parent 2b0ca46 commit 6cc4034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/0093.复原IP地址.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,7 +463,7 @@ class Solution:
463463
return False
464464
num = int(s[start:end+1])
465465
return 0 <= num <= 255
466-
466+
```
467467
回溯(版本三)
468468

469469
```python

0 commit comments

Comments
 (0)