From 327dcbfa1c20668fc4b8fec1b3ed4d5e58fe3bbe Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sun, 18 Sep 2022 19:17:36 -0600 Subject: Update numpy/core/defchararray.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Brigitta Sipőcz --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') diff --git a/numpy/core/defchararray.py b/numpy/core/defchararray.py index eafa4c4da..0df7a6f0f 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -946,7 +946,7 @@ def isupper(a): Examples -------- >>> import numpy as np - >>> str="GHC" + >>> str = "GHC" >>> np.char.isupper(str) array(True) -- cgit v1.2.1