Skip to content

Commit 52a70c4

Browse files
committed
fix fixer name
1 parent 7b67062 commit 52a70c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/2to3.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ and off individually. They are described here in more detail.
276276
277277
Converts the :keyword:`print` statement to the :func:`print` function.
278278
279-
.. 2to3fixer:: raises
279+
.. 2to3fixer:: raise
280280
281281
Converts ``raise E, V`` to ``raise E(V)``, and ``raise E, V, T`` to ``raise
282282
E(V).with_traceback(T)``. If ``E`` is a tuple, the translation will be

0 commit comments

Comments
 (0)