From: Benjamin Peterson Date: Sat, 31 May 2014 20:16:49 +0000 (-0700) Subject: give the correct fixer name (closes #21604) X-Git-Tag: v3.4.2rc1~474 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a8195770fa870802282bae6cab1bfa16108b78a5;p=python give the correct fixer name (closes #21604) --- diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 1092e6b620..6473861883 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -392,7 +392,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`.