From 24629467570d4bb60b169c6a5e2397dcbc0484bb Mon Sep 17 00:00:00 2001 From: Lars Buitinck Date: Thu, 1 Aug 2013 14:46:01 +0200 Subject: DOC: np.char.startswith checks a prefix, not a suffix --- 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 92995baa1..121e32314 100644 --- a/numpy/core/defchararray.py +++ b/numpy/core/defchararray.py @@ -1357,7 +1357,7 @@ def startswith(a, prefix, start=0, end=None): ---------- a : array_like of str or unicode - suffix : str + prefix : str start, end : int, optional With optional `start`, test beginning at that position. With -- cgit v1.2.1