Skip to content

Commit

Permalink
Clarify section on alternative array types
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanv committed Jul 25, 2018
1 parent 4790457 commit 530a4ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/neps/scope.rst
Original file line number Diff line number Diff line change
@@ -18,10 +18,10 @@ Here, we describe aspects of N-d array computation that are within scope for Num

- **Python API and a C API** to the ndarray's methods and attributes.

- Other **specialized types of N-dimensional arrays**:
- Other **specialized types or uses of N-dimensional arrays**:

- Masked arrays
- Structured arrays
- Structured arrays (informally known as record arrays)
- Memory mapped arrays

- Historically, NumPy has included the following **basic functionality

0 comments on commit 530a4ae

Please sign in to comment.