Skip to content

Commit 38dfbf4

Browse files
committed
Fix typo in docstring
1 parent 1a6cce0 commit 38dfbf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ def benchmark(
190190
dictionary of values to pass to the benchmark as keyword arguments,
191191
corresponding to any precomputed values, the second entry optionally a
192192
reference value specifying the expected 'true' numerical output of the
193-
behchmarked function to allow computing numerical error, or `None` if there
193+
benchmarked function to allow computing numerical error, or `None` if there
194194
is no relevant reference value and third entry a boolean flag indicating
195195
whether to use JAX's just-in-time compilation transform to benchmark
196196
function.

0 commit comments

Comments
 (0)