Skip to content

Commit 62f701b

Browse files
authored
Merge pull request #58 from wp-lai/master
fix a minor typo
2 parents fce2c90 + cc6273e commit 62f701b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

03-anatomy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ copy:
321321
322322
.. code:: pycon
323323
324-
>>> Z = np.random.uniform(0,1,(5,,5))
324+
>>> Z = np.random.uniform(0,1,(5,5))
325325
>>> Z1 = Z[:3,:]
326326
>>> Z2 = Z[[0,1,2], :]
327327
>>> print(np.allclose(Z1,Z2))

0 commit comments

Comments
 (0)