remove backticks

This commit is contained in:
Benjamin Peterson 2013-10-20 17:52:54 -04:00
parent 44c3065b62
commit 4ea16e56eb
1 changed files with 1 additions and 1 deletions

View File

@ -454,7 +454,7 @@ Exceptions
A single exception is defined:
.. exception:: `StatisticsError`
.. exception:: StatisticsError
Subclass of :exc:`ValueError` for statistics-related exceptions.