From 896ef344e89ec69af85658720cf30c9853a66e4a Mon Sep 17 00:00:00 2001 From: jorenham Date: Sun, 19 Apr 2026 10:37:09 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20fix=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/numpy-stubs/@test/runtime/legacy/fromnumeric.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/numpy-stubs/@test/runtime/legacy/fromnumeric.py b/src/numpy-stubs/@test/runtime/legacy/fromnumeric.py index 7cc2bcfd..9d148ad8 100644 --- a/src/numpy-stubs/@test/runtime/legacy/fromnumeric.py +++ b/src/numpy-stubs/@test/runtime/legacy/fromnumeric.py @@ -10,7 +10,7 @@ a = np.bool(True) b = np.float32(1.0) c = 1.0 -d = np.array(1.0, dtype=np.float32) # writeable +d = np.array(1.0, dtype=np.float32) # writable np.take(a, 0) np.take(b, 0)