Skip to content

Commit

Permalink
Fix typo in example docs (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
teobouvard authored Mar 26, 2024
1 parent 3545261 commit a128ab1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ bench_async_func() method
timeit() method
---------------

Benchmark using the :meth:`Runner.timeit` method to performance of sorting a
sorted list of 1000 numbers using a ``key`` function (which does nothing):
Benchmark using the :meth:`Runner.timeit` method to measure the performance of
sorting a sorted list of 1000 numbers using a ``key`` function (which does
nothing):

.. literalinclude:: examples/bench_timeit.py

Expand Down

0 comments on commit a128ab1

Please sign in to comment.