We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f868f29 commit 7696923Copy full SHA for 7696923
README_zh.md
@@ -47,7 +47,7 @@ def outer():
47
48
49
### 在异常发生时进行异常堆栈的保存
50
-在异常捕获的处理代码中使用`save_dumpling()`. 如过不指定文件名,默认使用:`${exception file}:${line number of the exception}.dump`.
+在异常捕获的处理代码中使用`save_dumpling()`. 如果不指定文件名,默认使用:`${exception file}:${line number of the exception}.dump`.
51
52
```python
53
from pydumpling import save_dumping
0 commit comments