summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Knapp <adam.knapp@instanton.org>2022-10-17 10:52:59 -0400
committerCharles Harris <charlesr.harris@gmail.com>2022-11-15 10:28:36 -0700
commit871ba3c2b99460d11a675cd7eba442c3f5541f18 (patch)
treea8167c35aa06b68681ff314f602a8f57e57013e0
parente5c39c8a89c4a7165136773e06d0042240be49fa (diff)
downloadnumpy-871ba3c2b99460d11a675cd7eba442c3f5541f18.tar.gz
Align spelling with spelling in _GetItemKeys and documentation.
-rw-r--r--numpy/core/multiarray.pyi2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/multiarray.pyi b/numpy/core/multiarray.pyi
index 1be582357..3822cec4f 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",
]