From 19770c759827eef033b07d94c942aabd5ee5bcbf Mon Sep 17 00:00:00 2001 From: Hameer Abbasi Date: Mon, 25 Feb 2019 02:59:07 +0100 Subject: Minor typo. [ci skip] --- benchmarks/benchmarks/bench_function_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'benchmarks') 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 -- cgit v1.2.1