Skip to content

Commit

Permalink
Fix rst.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc authored Sep 7, 2016
1 parent 30051ac commit e21d193
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ But first, a prologue:
Take a look at the `introductory material <http://docs.pytest.org/en/latest/getting-started.html>`_
or watch `talks <http://docs.pytest.org/en/latest/talks.html>`_.

Few notes:
Few notes:

* This plugin benchmarks functions and only that. If you want to measure block of code
or whole programs you will need to write a wrapper function.
* In a test you can only benchmark one function. If you want to benchmark many functions write more tests or
Expand Down

0 comments on commit e21d193

Please sign in to comment.