Skip to content

Commit

Permalink
DOC: Minor copyediting on NEP 37. (numpy#15536)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielballan authored Feb 7, 2020
1 parent 19b6649 commit 7b4c873
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/neps/nep-0037-array-module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Only one argument is passed into ``__array_module__``, a Python collection of
unique array types passed into ``get_array_module``, i.e., all arguments with
an ``__array_module__`` attribute.

The special method should either return an namespace with an API matching
The special method should either return a namespace with an API matching
``numpy``, or ``NotImplemented``, indicating that it does not know how to
handle the operation:

Expand Down Expand Up @@ -366,7 +366,7 @@ We think it would be useful exercise to define "minimal" subset(s) of NumPy's
API, omitting rarely used or non-recommended functionality. For example,
minimal NumPy might include ``stack``, but not the other stacking functions
``column_stack``, ``dstack``, ``hstack`` and ``vstack``. This could clearly
indicate to duck array authors and users want functionality is core and what
indicate to duck array authors and users what functionality is core and what
functionality they can skip.

Support for requesting a restricted subset of NumPy's API would be a natural
Expand Down

0 comments on commit 7b4c873

Please sign in to comment.