From 00a6691c472caf65e3a28fde2fb26c88cf15fc35 Mon Sep 17 00:00:00 2001 From: Adam Knapp Date: Mon, 17 Oct 2022 10:52:59 -0400 Subject: 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 45ee17f03..0701085b7 100644 --- a/numpy/core/multiarray.pyi +++ b/numpy/core/multiarray.pyi @@ -972,7 +972,7 @@ _GetItemKeys = L[ ] _SetItemKeys = L[ "A", "ALIGNED", - "W", "WRITABLE", + "W", "WRITEABLE", "X", "WRITEBACKIFCOPY", ] -- cgit v1.2.1