diff options
author | Frederic <nouiz@nouiz.org> | 2012-07-16 15:51:25 -0400 |
---|---|---|
committer | Frederic <nouiz@nouiz.org> | 2012-07-16 15:51:25 -0400 |
commit | 0d59c78f227b00e0bb97731623f5cba56483e7b8 (patch) | |
tree | 11f608e001512442e4f2be5bdf0a27bae1ab1482 /doc/source/reference/c-api.array.rst | |
parent | b009f97755be92ec75b9e3c0d071043d49c57d71 (diff) | |
download | numpy-0d59c78f227b00e0bb97731623f5cba56483e7b8.tar.gz |
better new doc sentence following code review.
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index 6ab8ef6a2..bf8077a69 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -289,7 +289,7 @@ From scratch Fill the array pointed to by *obj* ---which must be a (subclass of) bigndarray---with the contents of *val* (evaluated as a byte). - This is a macro that call memset, so obj must be contiguous in memory. + This macro calls memset, so obj must be contiguous. .. cfunction:: PyObject* PyArray_Zeros(int nd, npy_intp* dims, PyArray_Descr* dtype, int fortran) |