summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-01-24 12:17:32 -0700
committerGitHub <noreply@github.com>2020-01-24 12:17:32 -0700
commitb5fa3520dd54c211ff938ddfa5d24c46f673b915 (patch)
tree3bb16a47e693313082cdb36ecafc193b8704ce54 /numpy/core
parent5d9f15bd054f8c6b6bfdd1b452f0a0644e2e3d71 (diff)
parentb291d20b9fd42edbcaf37bbc4d30202d1eb48a6e (diff)
downloadnumpy-b5fa3520dd54c211ff938ddfa5d24c46f673b915.tar.gz
Merge pull request #15418 from mwtoews/builtin
MAINT, DOC: Remove use of old Python __builtin__, now known as builtins
Diffstat (limited to 'numpy/core')
-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__')