Skip to content

Commit be5cd36

Browse files
authored
Merge pull request #14 from uncle-lv/fix-typo
fix typo: fix typo err in README_zh
2 parents f868f29 + 7696923 commit be5cd36

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)