diff options
author | Melissa Weber Mendonça <melissawm@gmail.com> | 2021-10-26 14:07:27 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-26 14:07:27 -0300 |
commit | e262f88f93f2b282a7c5d5f48ab6e21123f32dae (patch) | |
tree | bd972bd802056ec1fbe8913d0b959701c1d8f098 /doc/source | |
parent | 9d10844277bc5f49724531b44b803ebfde3936ec (diff) | |
parent | a2b2f206045fa64735993e7a50394bf7937e642a (diff) | |
download | numpy-e262f88f93f2b282a7c5d5f48ab6e21123f32dae.tar.gz |
Merge pull request #20197 from Vijay-Arora/fix-typo-20178
DOC, MAINT : 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: |