Typo in performance.rst

Typo
This commit is contained in:
JesterEE 2016-03-25 12:51:08 -04:00
parent b2287c5e0f
commit 60f61afb27
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ Bear in mind that altering computations like this **loses the benefits of automa
A safer method: wrapping
------------------------
A better way to use magnitudes is to use pint's wraps decorator (See :ref:`wrapping`). By decorating a function with wraps, you pass only the magnitude fo an argument to the function body according to units you specify. As such this method is safer in that you are sure the magnitude is supplied in the correct units.
A better way to use magnitudes is to use pint's wraps decorator (See :ref:`wrapping`). By decorating a function with wraps, you pass only the magnitude of an argument to the function body according to units you specify. As such this method is safer in that you are sure the magnitude is supplied in the correct units.
.. doctest::
@ -88,4 +88,4 @@ A better way to use magnitudes is to use pint's wraps decorator (See :ref:`wrapp
In [9]: %timeit g(a, b)
10000 loops, best of 3: 65.4 µs per loop
.. _`brentq method`: http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.brentq.html
.. _`brentq method`: http://docs.scipy.org/doc/scipy/reference/generated/scipy.optimize.brentq.html