From d2058fb5b24bc0a505a57c33d26a98da2001a572 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 31 May 2014 13:16:49 -0700 Subject: [PATCH] give the correct fixer name (closes #21604) --- Doc/library/2to3.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 57bec84ad2d..a927510ebd3 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -336,7 +336,7 @@ and off individually. They are described here in more detail. Replaces use of the :class:`set` constructor with set literals. This fixer is optional. -.. 2to3fixer:: standard_error +.. 2to3fixer:: standarderror Renames :exc:`StandardError` to :exc:`Exception`.