diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 18:41:38 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-23 18:41:38 -0400 |
commit | 246a56d68c7babf06117ed0da4ce59ec826bc904 (patch) | |
tree | 1527d4c50e86f60e26a6fb31a89f971ce162244f /doc | |
parent | 74c6d9b92eac199a8daecc0d2b25ca3cb0a84afa (diff) | |
download | numpy-246a56d68c7babf06117ed0da4ce59ec826bc904.tar.gz |
DOC: fix typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0028-deprecation_policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0028-deprecation_policy.rst b/doc/neps/nep-0028-deprecation_policy.rst index 6f7e89774..a5e8f380a 100644 --- a/doc/neps/nep-0028-deprecation_policy.rst +++ b/doc/neps/nep-0028-deprecation_policy.rst @@ -21,7 +21,7 @@ plan. This is an unusual NEP in that it is recommendations for community wide policy and not for changes to NumPy itself. However, we do not currently have a place for SPEEPs (Scientific Python Ecosystem -Enhancement Proposals) and given NumPy's central roll in our community +Enhancement Proposals) and given NumPy's central role in our community this seems like the proper place to document this. |