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