fix fixer name

This commit is contained in:
Benjamin Peterson 2010-07-01 17:45:52 +00:00
parent 7b670624ac
commit 52a70c4a12
1 changed files with 1 additions and 1 deletions

View 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. 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 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 E(V).with_traceback(T)``. If ``E`` is a tuple, the translation will be