[Python-checkins] cpython: remove backticks
benjamin.peterson
python-checkins at python.org
Sun Oct 20 23:53:04 CEST 2013
http://hg.python.org/cpython/rev/e9b4e57fabaf
changeset: 86523:e9b4e57fabaf
user: Benjamin Peterson <benjamin at python.org>
date: Sun Oct 20 17:52:54 2013 -0400
summary:
remove backticks
files:
Doc/library/statistics.rst | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Doc/library/statistics.rst b/Doc/library/statistics.rst
--- a/Doc/library/statistics.rst
+++ b/Doc/library/statistics.rst
@@ -454,7 +454,7 @@
A single exception is defined:
-.. exception:: `StatisticsError`
+.. exception:: StatisticsError
Subclass of :exc:`ValueError` for statistics-related exceptions.
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list