From 44c3065b62180782ad0291c685e20a5f01d4e721 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 20 Oct 2013 17:52:09 -0400 Subject: [PATCH] fix declaration of StatisticsError --- Doc/library/statistics.rst | 4 ++-- 1 file 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. -- 2.40.0