From: Benjamin Peterson Date: Sat, 31 May 2014 20:16:49 +0000 (-0700) Subject: give the correct fixer name (closes #21604) X-Git-Tag: v2.7.8~37^2~60 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2058fb5b24bc0a505a57c33d26a98da2001a572;p=python give the correct fixer name (closes #21604) --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 57bec84ad2..a927510ebd 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`.