diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2023-04-06 16:52:57 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-06 16:52:57 -0600 |
commit | d79fe4364c34c3f99c101e1c27824203c78e6dea (patch) | |
tree | 8ce4131590447ac5c6b520b624b1f711564691f8 /numpy/core/defchararray.py | |
parent | 073d1f39f6ed2735a7fca029a34648c258a80550 (diff) | |
parent | f9fef812b9ec4ad2fe4feaf290652e3e814e5f08 (diff) | |
download | numpy-d79fe4364c34c3f99c101e1c27824203c78e6dea.tar.gz |
Merge pull request #23519 from F3eQnxN3RriK/fix-builtin-len
DOC: Fix a reference to built-in `len` in `char.str_len` docstring
Diffstat (limited to 'numpy/core/defchararray.py')
-rw-r--r-- | numpy/core/defchararray.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 -------- |