give the correct fixer name (closes #21604)

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

View File

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