diff options
author | Stefan van der Walt <stefanv@berkeley.edu> | 2019-10-03 21:57:12 -0700 |
---|---|---|
committer | Stefan van der Walt <stefanv@berkeley.edu> | 2019-10-03 21:57:12 -0700 |
commit | 0bd7bf031001bb7554b47f9f1077faabbca82361 (patch) | |
tree | 83a8fad5a8d62b26bc21e5799c640ce11e0f35f3 /doc/neps | |
parent | 6986bc51ea5b173aed8d3e6c6ed98d874d291271 (diff) | |
download | numpy-0bd7bf031001bb7554b47f9f1077faabbca82361.tar.gz |
Fix typo
Diffstat (limited to 'doc/neps')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index d8cbeb982..0dea0a96f 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -137,7 +137,7 @@ development guidelines: - All minor versions of Python released 42 months prior to the project, and at minimum the two latest minor versions. - All minor versions of ``numpy`` released in the 24 months prior - to the project, and at minimum the last thee minor versions. + to the project, and at minimum the last three minor versions. In ``setup.py``, the ``python_requires`` variable should be set to the minimum supported version of Python. All supported minor |