diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-10-03 08:00:17 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 08:00:17 -0600 |
commit | 48896f5ef84e1b1f89c37ab85ed256c4c68796b6 (patch) | |
tree | 41ad7e3db01fdb8801bd74c014c84801b368dcd4 | |
parent | 24d368a809827cd2cd787a470a65b4a7cd721d10 (diff) | |
parent | e4312341c1ad9c102383a1d8a86a56490a3019c8 (diff) | |
download | numpy-48896f5ef84e1b1f89c37ab85ed256c4c68796b6.tar.gz |
Merge pull request #17427 from chsafouane/patch-1
NEP: nep-0029 typo correction
-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 4674d24ec..957674ee6 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -77,7 +77,7 @@ release in November 2020 should support Python 3.7 and newer. The current Python release cadence is 18 months so a 42 month window ensures that there will always be at least two minor versions of Python in the window. The window is extended 6 months beyond the anticipated two-release -interval for Python to provides resilience against small fluctuations / +interval for Python to provide resilience against small fluctuations / delays in its release schedule. Because Python minor version support is based only on historical |