diff options
author | Vijay Arora <vijay.arora@3pillarglobal.com> | 2021-10-26 17:56:26 +0530 |
---|---|---|
committer | Vijay Arora <vijay.arora@3pillarglobal.com> | 2021-10-26 17:56:26 +0530 |
commit | a2b2f206045fa64735993e7a50394bf7937e642a (patch) | |
tree | 5b0b8465c3553c937b2b58749da412c4c42304b6 /doc/source | |
parent | cb0ba9a16177b98b5ec51dbf1f00e408c14f0582 (diff) | |
download | numpy-a2b2f206045fa64735993e7a50394bf7937e642a.tar.gz |
fixing typo in numpy doc
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 a98ca3e40..ec4fe25a6 100644 --- a/doc/source/user/absolute_beginners.rst +++ b/doc/source/user/absolute_beginners.rst @@ -613,7 +613,7 @@ How to create an array from existing data ----- -You can easily use create a new array from a section of an existing array. +You can easily create a new array from a section of an existing array. Let's say you have this array: |