From: Benjamin Peterson Date: Thu, 1 Jul 2010 17:45:52 +0000 (+0000) Subject: fix fixer name X-Git-Tag: v2.7~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=52a70c4a126220d550bf0a9f429fc0dc837fb8c9;p=thirdparty%2FPython%2Fcpython.git fix fixer name --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index a0a46103a97e..f3be8fa036b5 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