diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-10-20 21:52:54 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-10-20 21:52:54 (GMT) |
commit | 4ea16e56ebd39e95392e3549c7dad2dd4d6ed602 (patch) | |
tree | c2976a8a383693e7c94e53fbae36caea6bb73e23 | |
parent | 44c3065b62180782ad0291c685e20a5f01d4e721 (diff) | |
download | cpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.zip cpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.tar.gz cpython-4ea16e56ebd39e95392e3549c7dad2dd4d6ed602.tar.bz2 |
remove backticks
-rw-r--r-- | Doc/library/statistics.rst | 2 |
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. |