]> granicus.if.org Git - python/commitdiff
fix fixer name
authorBenjamin Peterson <benjamin@python.org>
Thu, 1 Jul 2010 17:45:52 +0000 (17:45 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 1 Jul 2010 17:45:52 +0000 (17:45 +0000)
Doc/library/2to3.rst

index a0a46103a97e028b87f122f054ac09a55ac3ffe8..f3be8fa036b5a8453a0f17ebbc5e56aae15fac5f 100644 (file)
@@ -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