Skip to content

Commit

Permalink
Merge pull request #22593 from charris/backport-22447
Browse files Browse the repository at this point in the history
TYP: Spelling alignment for array flag literal
  • Loading branch information
charris committed Nov 15, 2022
2 parents 3ca02ce + 871ba3c commit 45329c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/core/multiarray.pyi
Expand Up @@ -971,7 +971,7 @@ _GetItemKeys = L[
]
_SetItemKeys = L[
"A", "ALIGNED",
"W", "WRITABLE",
"W", "WRITEABLE",
"X", "WRITEBACKIFCOPY",
]

Expand Down

0 comments on commit 45329c1

Please sign in to comment.