Use `autofunction` to document approx.

It used to be a class, but it's a function now.
This commit is contained in:
Kale Kundert 2017-06-15 14:52:39 -07:00
parent 8badb47db6
commit b41852c93b
No known key found for this signature in database
GPG Key ID: C6238221D17CAFAE
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ Examples at :ref:`assertraises`.
Comparing floating point numbers
--------------------------------
.. autoclass:: approx
.. autofunction:: approx
Raising a specific test outcome
--------------------------------------