Skip to content

Commit 7696923

Browse files
committed
docs(README_zh.md): fix typo
1 parent f868f29 commit 7696923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def outer():
4747

4848

4949
### 在异常发生时进行异常堆栈的保存
50-
在异常捕获的处理代码中使用`save_dumpling()`. 如过不指定文件名,默认使用:`${exception file}:${line number of the exception}.dump`.
50+
在异常捕获的处理代码中使用`save_dumpling()`. 如果不指定文件名,默认使用:`${exception file}:${line number of the exception}.dump`.
5151

5252
```python
5353
from pydumpling import save_dumping

0 commit comments

Comments
 (0)