diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-08-14 12:25:15 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-08-14 12:25:15 -0400 |
commit | 7e55f9033e1f322ddc63dcbba0b52936e19ff395 (patch) | |
tree | b872d7a5554c27161603adc5290d89fd68ecc8db /doc | |
parent | fc5741025ea6f9e437f1d896d98b630aec107469 (diff) | |
download | numpy-7e55f9033e1f322ddc63dcbba0b52936e19ff395.tar.gz |
DOC: tweak section heading a bit
Diffstat (limited to 'doc')
-rw-r--r-- | doc/neps/nep-0029-deprecation_policy.rst | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/neps/nep-0029-deprecation_policy.rst b/doc/neps/nep-0029-deprecation_policy.rst index 8224e1139..9bc30050f 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -221,8 +221,11 @@ predicting the release schedule of Python for the next 3-4 years. A time-based rule is only depends on things that have already happened and the length of the support window. -Time window on the X.Y.1 Python release -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + + +Time window from the X.Y.1 Python release +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is equivalent to a few month longer support window from the X.Y.0 release. This is because X.Y.1 bug-fix release is typically a few |