summaryrefslogtreecommitdiff
path: root/numpy/core/defchararray.py
diff options
context:
space:
mode:
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 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