From 0c70787c04d7b0febacb14edfe214cb68d87b6c3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 31 May 2019 03:13:33 -0400 Subject: MAINT: Misc. typo fixes (#13664) * DOC, MAINT: Misc. typo fixes Found via `codespell` --- doc/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index de412a5d2..d01d28f0e 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -219,7 +219,7 @@ From scratch If *data* is ``NULL``, then new unitinialized memory will be allocated and *flags* can be non-zero to indicate a Fortran-style contiguous array. Use - :c:func:`PyArray_FILLWBYTE` to initialze the memory. + :c:func:`PyArray_FILLWBYTE` to initialize the memory. If *data* is not ``NULL``, then it is assumed to point to the memory to be used for the array and the *flags* argument is used as the -- cgit v1.2.1