From 0c70787c04d7b0febacb14edfe214cb68d87b6c3 Mon Sep 17 00:00:00 2001 From: luzpaz Date: Fri, 31 May 2019 03:13:33 -0400 Subject: MAINT: Misc. typo fixes (#13664) * DOC, MAINT: Misc. typo fixes Found via `codespell` --- 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 f730bf6ba..2170c4fc4 100644 --- a/benchmarks/benchmarks/bench_function_base.py +++ b/benchmarks/benchmarks/bench_function_base.py @@ -269,7 +269,7 @@ class SortWorst(Benchmark): def time_sort_worst(self): np.sort(self.worst) - # Retain old benchmark name for backward compatability + # Retain old benchmark name for backward compatibility time_sort_worst.benchmark_name = "bench_function_base.Sort.time_sort_worst" -- cgit v1.2.1