diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-01-29 14:23:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 14:23:58 -0700 |
commit | 83248736e8dfde53aae8846fdfcd98488ec045e6 (patch) | |
tree | e1a1d7d01ccc595c0d46272dcd9171b7f673f30c | |
parent | 6af6feb3c2df511e36b0cc4f575de970630c759a (diff) | |
download | numpy-83248736e8dfde53aae8846fdfcd98488ec045e6.tar.gz |
MAINT: Remove stray quote.
-rw-r--r-- | doc/neps/nep-0023-backwards-compatibility.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-0023-backwards-compatibility.rst b/doc/neps/nep-0023-backwards-compatibility.rst index 27b79d436..015df8964 100644 --- a/doc/neps/nep-0023-backwards-compatibility.rst +++ b/doc/neps/nep-0023-backwards-compatibility.rst @@ -79,7 +79,7 @@ extensibility. Fixes for clear bugs are exempt from this backwards compatibility policy. However, in case of serious impact on users even bug fixes may have to be delayed for one or more releases. For example, if a downstream library would no -longer build or would give incorrect results." +longer build or would give incorrect results. Strategies related to deprecations |