[Python-checkins] cpython: fix declaration of StatisticsError

benjamin.peterson python-checkins at python.org
Sun Oct 20 23:52:20 CEST 2013


http://hg.python.org/cpython/rev/8654e9b63f77
changeset:   86522:8654e9b63f77
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun Oct 20 17:52:09 2013 -0400
summary:
  fix declaration of StatisticsError

files:
  Doc/library/statistics.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
--- a/Doc/library/statistics.rst
+++ b/Doc/library/statistics.rst
@@ -454,9 +454,9 @@
 
 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.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list