From f9fef812b9ec4ad2fe4feaf290652e3e814e5f08 Mon Sep 17 00:00:00 2001 From: yuki Date: Mon, 3 Apr 2023 09:40:43 +0000 Subject: DOC: Fix a reference to built-in `len` in `char.str_len` docstring Built-in function `len()` should not have prefix `builtins.`, so removed it to fix the reference. --- 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 b1ed67690..11c5a30bf 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -278,7 +278,7 @@ def str_len(a): See Also -------- - builtins.len + len Examples -------- -- cgit v1.2.1