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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ea16e56ebd39e95392e3549c7dad2dd4d6ed602;p=python remove backticks --- diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst index fc99d818d5..463bcf41c6 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.