From 871ba3c2b99460d11a675cd7eba442c3f5541f18 Mon Sep 17 00:00:00 2001 From: Adam Knapp Date: Mon, 17 Oct 2022 10:52:59 -0400 Subject: [PATCH] Align spelling with spelling in _GetItemKeys and documentation. --- numpy/core/multiarray.pyi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/core/multiarray.pyi b/numpy/core/multiarray.pyi index 1be58235788b..3822cec4f964 100644 --- a/numpy/core/multiarray.pyi +++ b/numpy/core/multiarray.pyi @@ -971,7 +971,7 @@ _GetItemKeys = L[ ] _SetItemKeys = L[ "A", "ALIGNED", - "W", "WRITABLE", + "W", "WRITEABLE", "X", "WRITEBACKIFCOPY", ]