diff options
author | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-29 10:47:15 -0400 |
---|---|---|
committer | Thomas A Caswell <tcaswell@gmail.com> | 2019-07-29 10:47:15 -0400 |
commit | 884daec58a0b0adefa23ee98b82362e833c52744 (patch) | |
tree | 402249793716e44dbbe49fd0b59b321bae2ab60e /doc | |
parent | 78e7d384326c110970daa5a462d9c8320857b1ab (diff) | |
download | numpy-884daec58a0b0adefa23ee98b82362e833c52744.tar.gz |
DOC: add some missing words
Diffstat (limited to 'doc')
-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 da076ac05..5a31a028b 100644 --- a/doc/neps/nep-0029-deprecation_policy.rst +++ b/doc/neps/nep-0029-deprecation_policy.rst @@ -84,7 +84,7 @@ decide to drop a given version of Python very early in the release process. While there will be some unavoidable mismatch in supported version of -Python between if a project release occurs immediately after a +Python between projects if releases occurs immediately after a version of Python ages out. This should not last longer than one release cycle of each of the projects, and when a given project does a minor or major release, it is guaranteed that there will be a stable |