Skip to content

Commit

Permalink
Merge pull request numpy#22374 from amagicmuffin/docs-rm-colon
Browse files Browse the repository at this point in the history
DOC: typo additional colon in beginners tutorial
  • Loading branch information
seberg authored Oct 4, 2022
2 parents 105e263 + 07da5c1 commit 26d690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user/absolute_beginners.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1504,7 +1504,7 @@ You can use ``np.load()`` to reconstruct your array. ::

>>> b = np.load('filename.npy')

If you want to check your array, you can run:::
If you want to check your array, you can run::

>>> print(b)
[1 2 3 4 5 6]
Expand Down

0 comments on commit 26d690e

Please sign in to comment.