Kaydet (Commit) 52a70c4a authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix fixer name

üst 7b670624
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment