diff options
Diffstat (limited to 'numpy/core')
-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 bc101f84b..942a698a9 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -274,7 +274,7 @@ def str_len(a): See also -------- - __builtin__.len + builtins.len """ return _vec_string(a, integer, '__len__') |