summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-07-01 17:45:52 +0000
committerBenjamin Peterson <benjamin@python.org>2010-07-01 17:45:52 +0000
commiteaa4cc9b4cd0aede1f3866bdfe2048c4fa3c2379 (patch)
treec6acb1b620e3116f473a815d62675627f73efcda
parent8d234ef079ade90c42d5d6a0f00a9697a65cb436 (diff)
downloadcpython-eaa4cc9b4cd0aede1f3866bdfe2048c4fa3c2379.tar.gz
fix fixer name
-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 a0a46103a9..f3be8fa036 100644
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -276,7 +276,7 @@ and off individually. They are described here in more detail.
Converts the :keyword:`print` statement to the :func:`print` function.
-.. 2to3fixer:: raises
+.. 2to3fixer:: raise
Converts ``raise E, V`` to ``raise E(V)``, and ``raise E, V, T`` to ``raise
E(V).with_traceback(T)``. If ``E`` is a tuple, the translation will be