diff options
author | Stephan Hoyer <shoyer@google.com> | 2018-05-29 19:50:05 -0700 |
---|---|---|
committer | Stephan Hoyer <shoyer@google.com> | 2018-05-29 19:50:05 -0700 |
commit | 56f79a5b74bd040762d3f984151e902e7b8a45bd (patch) | |
tree | ca55ab300840092892adeb3a73032c62a160dbea | |
parent | 1ce01f12b6d88b67d8f2a01fb3a2159e1bbac2f6 (diff) | |
download | numpy-56f79a5b74bd040762d3f984151e902e7b8a45bd.tar.gz |
Fix typo
-rw-r--r-- | doc/neps/nep-00XX-array-function-protocol.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/neps/nep-00XX-array-function-protocol.rst b/doc/neps/nep-00XX-array-function-protocol.rst index 33ce6daa0..0b9657dae 100644 --- a/doc/neps/nep-00XX-array-function-protocol.rst +++ b/doc/neps/nep-00XX-array-function-protocol.rst @@ -514,7 +514,7 @@ Discussion Various alternatives to this proposal were discussed in a few Github issues: 1. `pydata/sparse #1 <https://github.com/pydata/sparse/issues/1>`_ -2. `numpy/numpy #11128 <https://github.com/numpy/numpy/issues/11129>`_ +2. `numpy/numpy #11129 <https://github.com/numpy/numpy/issues/11129>`_ Additionally it was the subject of `a blogpost <http://matthewrocklin.com/blog/work/2018/05/27/beyond-numpy>`_ Following this |