diff options
| author | Matti Picus <matti.picus@gmail.com> | 2020-02-19 12:46:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-19 11:46:35 +0100 |
| commit | 3a7fafdb07831e61752963a6d46b2be41513d637 (patch) | |
| tree | 51c767fa00f6cba4ba817b9c70a93354500da159 /docs/examples/tutorial/numpy | |
| parent | 6a4a0ada5c8986269477e579aca8ac9503737633 (diff) | |
| download | cython-3a7fafdb07831e61752963a6d46b2be41513d637.tar.gz | |
Use properties in numpy.pxd to avoid a dependency on internal details (GH-3365)
Diffstat (limited to 'docs/examples/tutorial/numpy')
| -rw-r--r-- | docs/examples/tutorial/numpy/convolve2.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/tutorial/numpy/convolve2.pyx b/docs/examples/tutorial/numpy/convolve2.pyx index be7512fe1..c122aeb3c 100644 --- a/docs/examples/tutorial/numpy/convolve2.pyx +++ b/docs/examples/tutorial/numpy/convolve2.pyx @@ -1,4 +1,4 @@ -# tag: numpy_old +# tag: numpy # You can ignore the previous line. # It's for internal testing of the cython documentation. |
