10000 DOC: corrected grammatical error in quickstart doc by rehassachdeva · Pull Request #7313 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: corrected grammatical error in quickstart doc #7313

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 23, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/user/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ number of axes is *rank*.

For example, the coordinates of a point in 3D space ``[1, 2, 1]`` is an
array of rank 1, because it has one axis. That axis has a length of 3.
In example pictured below, the array has rank 2 (it is 2-dimensional).
In the example pictured below, the array has rank 2 (it is 2-dimensional).
The first dimension (axis) has a length of 2, the second dimension has a
length of 3.

Expand Down
0