Skip to content

Commit 7bbf735

Browse files
committed
更新20 包管理器-pip
1 parent ca4ef98 commit 7bbf735

File tree

5 files changed

+412
-460
lines changed

5 files changed

+412
-460
lines changed
Binary file not shown.

docs/17_exception_handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Python 使用 _try_ 和 _except_ 来优雅地处理错误。优雅地处理错
88

99
我们在前一节中介绍了不同的 Python _error_ 类型。如果在我们的程序中使用 _try__except_,那么它不会在这些块中引发错误。
1010

11-
![尝试和捕获](./17_exception_handling - Copy.assets/try_except.png)
11+
![尝试和捕获](./images/try_except.png)
1212

1313
```py
1414
try:

0 commit comments

Comments
 (0)