Skip to content

Commit

Permalink
Fix pypi rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Aug 18, 2023
1 parent db6a8fb commit a935cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Here's what each of the numbers means:
that you can get slow times if the something in the background is consuming
resources, so you're generally only interested in the fastest times. This
idea is also described in the
`timeit <https://docs.python.org/3/library/timeit.html#timeit.Timer.repeat>`_ docs.
`timeit docs <https://docs.python.org/3/library/timeit.html#timeit.Timer.repeat>`_.

- "best=616.740 µs": How long the fastest iteration took to run. For the reasons
described above, this is usually the most consistent number, and the primary
Expand Down

0 comments on commit a935cf5

Please sign in to comment.