diff options
| -rw-r--r-- | Doc/library/statistics.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index f3eca8cc37..fc99d818d5 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -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. |
