summaryrefslogtreecommitdiff
path: root/numpy/lib/utils.py
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-01-04 20:48:10 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-01-04 20:48:10 -0500
commit7cb22f954ed50217f7eb483f4fbdb67953f6482d (patch)
tree17a28979c0abae1b41b5760df4621bc964c8f948 /numpy/lib/utils.py
parent9a902b775c12be99708a0a33a244ace3521855de (diff)
downloadnumpy-7cb22f954ed50217f7eb483f4fbdb67953f6482d.tar.gz
More misc. typos
Found via `codespell`
Diffstat (limited to 'numpy/lib/utils.py')
-rw-r--r--numpy/lib/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py
index e18eda0fb..1ecd334af 100644
--- a/numpy/lib/utils.py
+++ b/numpy/lib/utils.py
@@ -707,7 +707,7 @@ def lookfor(what, module=None, import_modules=True, regenerate=False,
"""
Do a keyword search on docstrings.
- A list of of objects that matched the search is displayed,
+ A list of objects that matched the search is displayed,
sorted by relevance. All given keywords need to be found in the
docstring for it to be returned as a result, but the order does
not matter.