From: Benjamin Peterson Date: Sun, 20 Oct 2013 21:52:09 +0000 (-0400) Subject: fix declaration of StatisticsError X-Git-Tag: v3.4.0b1~571^2~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44c3065b62180782ad0291c685e20a5f01d4e721;p=thirdparty%2FPython%2Fcpython.git fix declaration of StatisticsError --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index f3eca8cc3714..fc99d818d578 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.