Skip to content

Commit

Permalink
(修复)修复 #7
Browse files Browse the repository at this point in the history
  • Loading branch information
lisniuse committed Nov 12, 2019
1 parent 4b39395 commit a01ebd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/article/advanced/numpy_exercises_for_data_analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ peak_locations

```python
a_2d = np.array([[3,3,3],[4,4,4],[5,5,5]])
b_1d = np.array([1,1,1]
b_1d = np.array([1,2,3])
```

**期望的输出:**
Expand Down

0 comments on commit a01ebd9

Please sign in to comment.