summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan van der Walt <stefanv@berkeley.edu>2019-10-03 21:57:55 -0700
committerGitHub <noreply@github.com>2019-10-03 21:57:55 -0700
commitec241794319569102c6090c0c16d3378d3f78a8e (patch)
treebc8ee1e651701cda99357ab40d4415983ad357d5
parentcacdf265755ffae9d5c07d35fafa3d1366e342b8 (diff)
parent0bd7bf031001bb7554b47f9f1077faabbca82361 (diff)
downloadnumpy-ec241794319569102c6090c0c16d3378d3f78a8e.tar.gz
Merge pull request #14639 from stefanv/nep-releases-minor-language-fixups
Fix typo in NEP 29
-rw-r--r--doc/neps/nep-0029-deprecation_policy.rst2
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