summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2023-04-06 16:52:57 -0600
committerGitHub <noreply@github.com>2023-04-06 16:52:57 -0600
commitd79fe4364c34c3f99c101e1c27824203c78e6dea (patch)
tree8ce4131590447ac5c6b520b624b1f711564691f8 /numpy/core/defchararray.py
parent073d1f39f6ed2735a7fca029a34648c258a80550 (diff)
parentf9fef812b9ec4ad2fe4feaf290652e3e814e5f08 (diff)
downloadnumpy-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.py2
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
--------