diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-25 20:53:38 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-25 20:54:53 -0400 |
commit | 4025dd32035aef58baa60cfc9b211ac2935dd729 (patch) | |
tree | e8d216c9f0dd8d737f8ee3ab9976d66b73489628 | |
parent | be7ba8331ee355ecedf7aab395c74b0d81dfc3c4 (diff) | |
download | numpy-4025dd32035aef58baa60cfc9b211ac2935dd729.tar.gz |
DOC: remove duplicate sentence and linewrap
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 7755a1fca..2a5be94d3 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -12,11 +12,11 @@ NEP 29 — Recommend Python and Numpy version support as a community policy stan Abstract -------- -This NEP recommends and encourages all projects across the Scientific Python ecosystem to adopt a common "time window-based" policy for support of Python and NumPy versions. Standardizing a recommendation for project support of minimum Python and NumPy versions will improve downstream project planning. -based policy for increasing the minimum version of Python and NumPy -that downstream projects support. By standardizing this policy -across the community we will make it easier for downstream projects to -plan. +This NEP recommends and encourages all projects across the Scientific +Python ecosystem to adopt a common "time window-based" policy for +support of Python and NumPy versions. Standardizing a recommendation +for project support of minimum Python and NumPy versions will improve +downstream project planning. This is an unusual NEP in that it offers recommendations for community-wide policy and not for changes to NumPy itself. Since a |