diff options
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/user/absolute_beginners.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/user/absolute_beginners.rst b/doc/source/user/absolute_beginners.rst index a4a82afb6..dae2c4f06 100644 --- a/doc/source/user/absolute_beginners.rst +++ b/doc/source/user/absolute_beginners.rst @@ -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] |