summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-05-31 20:17:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-05-31 20:17:15 (GMT)
commitda30b46e571d0e8f4ca6a7205b6f202de67f0c02 (patch)
tree7ef09fdafcc4161780031a7cad8faa30da44d59c
parent1feedb43beba93d3c7d933eddf9494e08e4dead7 (diff)
parenta8195770fa870802282bae6cab1bfa16108b78a5 (diff)
downloadcpython-da30b46e571d0e8f4ca6a7205b6f202de67f0c02.zip
cpython-da30b46e571d0e8f4ca6a7205b6f202de67f0c02.tar.gz
cpython-da30b46e571d0e8f4ca6a7205b6f202de67f0c02.tar.bz2
merge 3.4
-rw-r--r--Doc/library/2to3.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
index 1092e6b..6473861 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -392,7 +392,7 @@ and off individually. They are described here in more detail.
Replaces use of the :class:`set` constructor with set literals. This fixer
is optional.
-.. 2to3fixer:: standard_error
+.. 2to3fixer:: standarderror
Renames :exc:`StandardError` to :exc:`Exception`.