From b291d20b9fd42edbcaf37bbc4d30202d1eb48a6e Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Fri, 24 Jan 2020 14:15:10 +1300 Subject: MAINT/DOC: Remove use of old Python __builtin__, now known as builtins --- numpy/core/defchararray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/defchararray.py') 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__') -- cgit v1.2.1