diff options
author | Hameer Abbasi <hameerabbasi@yahoo.com> | 2019-02-25 02:59:07 +0100 |
---|---|---|
committer | Hameer Abbasi <hameerabbasi@yahoo.com> | 2019-02-25 02:59:07 +0100 |
commit | 19770c759827eef033b07d94c942aabd5ee5bcbf (patch) | |
tree | 9bc060ba7df6203ddbb974aaeac9f0b8189b218d | |
parent | f28155aada409ec25c4cd82944c0c1ad47464feb (diff) | |
download | numpy-19770c759827eef033b07d94c942aabd5ee5bcbf.tar.gz |
Minor typo. [ci skip]
-rw-r--r-- | benchmarks/benchmarks/bench_function_base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/benchmarks/bench_function_base.py b/benchmarks/benchmarks/bench_function_base.py index 64b36f7c4..07ada2bbb 100644 --- a/benchmarks/benchmarks/bench_function_base.py +++ b/benchmarks/benchmarks/bench_function_base.py @@ -162,7 +162,7 @@ class SortGenerator(object): def random_unsorted_area(cls, size, dtype, frac, area_size=None): """ This type of array has random unsorted areas such that they - compose ``frac`` percent of the original array. + compose the fraction ``frac`` of the original array. """ if area_size is None: area_size = cls.AREA_SIZE |