From: Benjamin Peterson Date: Sun, 20 Oct 2013 21:52:54 +0000 (-0400) Subject: remove backticks X-Git-Tag: v3.4.0b1~571^2~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ea16e56ebd39e95392e3549c7dad2dd4d6ed602;p=thirdparty%2FPython%2Fcpython.git remove backticks --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index fc99d818d578..463bcf41c6a5 100644 --- a/Doc/library/statistics.rst +++ b/Doc/library/statistics.rst @@ -454,7 +454,7 @@ Exceptions A single exception is defined: -.. exception:: `StatisticsError` +.. exception:: StatisticsError Subclass of :exc:`ValueError` for statistics-related exceptions.