commit | 52a70c4a126220d550bf0a9f429fc0dc837fb8c9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Jul 01 17:45:52 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Jul 01 17:45:52 2010 +0000 |
tree | 9ca392eed740285d3ff801279b81bd2f609daf6d | |
parent | 7b670624ac5412b81353c168295de33250935d77 [diff] |
fix fixer name
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a0a4610..f3be8fa 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst
@@ -276,7 +276,7 @@ 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