]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix declaration of StatisticsError
authorBenjamin Peterson <benjamin@python.org>
Sun, 20 Oct 2013 21:52:09 +0000 (17:52 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 20 Oct 2013 21:52:09 +0000 (17:52 -0400)
Doc/library/statistics.rst

index f3eca8cc37146b0bcb79b8085d802d0632af54c4..fc99d818d57864da7d89a86f15eec6ea2336b7f8 100644 (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.