Skip to content

Commit a01ebd9

Browse files
committed
(修复)修复 teadocs#7
1 parent 4b39395 commit a01ebd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/article/advanced/numpy_exercises_for_data_analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2156,7 +2156,7 @@ peak_locations
21562156

21572157
```python
21582158
a_2d = np.array([[3,3,3],[4,4,4],[5,5,5]])
2159-
b_1d = np.array([1,1,1]
2159+
b_1d = np.array([1,2,3])
21602160
```
21612161

21622162
**期望的输出:**

0 commit comments

Comments
 (0)