Skip to content

Commit fc4e7fc

Browse files
Translate code comment to Chinese: "Calculate speed gain" → "计算加速比"
Agent-Logs-Url: https://github.com/QuantEcon/lecture-python-programming.zh-cn/sessions/2637b9b4-16b3-474d-9729-3ea2aed221c0 Co-authored-by: HumphreyYang <39026988+HumphreyYang@users.noreply.github.com>
1 parent ce1a331 commit fc4e7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/numba.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ time3 = timer3.elapsed
162162
```
163163

164164
```{code-cell} ipython3
165-
time1 / time3 # Calculate speed gain
165+
time1 / time3 # 计算加速比
166166
```
167167

168168
### 工作原理与适用时机

0 commit comments

Comments
 (0)