summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-10-20 21:52:54 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-10-20 21:52:54 (GMT)
commit4ea16e56ebd39e95392e3549c7dad2dd4d6ed602 (patch)
treec2976a8a383693e7c94e53fbae36caea6bb73e23
parent44c3065b62180782ad0291c685e20a5f01d4e721 (diff)
downloadcpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.zip
cpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.tar.gz
cpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.tar.bz2
remove backticks
-rw-r--r--Doc/library/statistics.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
index fc99d81..463bcf4 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.