fix declaration of StatisticsError

This commit is contained in:
Benjamin Peterson 2013-10-20 17:52:09 -04:00
parent 6b4f7803f8
commit 44c3065b62
1 changed files with 2 additions and 2 deletions

View File

@ -454,9 +454,9 @@ Exceptions
A single exception is defined:
:exc:`StatisticsError`
.. exception:: `StatisticsError`
Subclass of :exc:`ValueError` for statistics-related exceptions.
Subclass of :exc:`ValueError` for statistics-related exceptions.
..
# This modelines must appear within the last ten lines of the file.