summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2020-01-24 14:15:10 +1300
committerMike Taves <mwtoews@gmail.com>2020-01-24 14:15:10 +1300
commitb291d20b9fd42edbcaf37bbc4d30202d1eb48a6e (patch)
tree42e640c4f89eb84e0363b477392c325b6e9dd977 /numpy/core/defchararray.py
parent68224f43d09393c1981bb83ee3c13a5158d2817c (diff)
downloadnumpy-b291d20b9fd42edbcaf37bbc4d30202d1eb48a6e.tar.gz
MAINT/DOC: Remove use of old Python __builtin__, now known as builtins
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 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__')