give the correct fixer name (closes #21604)

This commit is contained in:
Benjamin Peterson 2014-05-31 13:16:49 -07:00
parent 5f8784b7cc
commit a8195770fa
1 changed files with 1 additions and 1 deletions

View File

@ -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`.