]> granicus.if.org Git - python/commitdiff
give the correct fixer name (closes #21604)
authorBenjamin Peterson <benjamin@python.org>
Sat, 31 May 2014 20:16:49 +0000 (13:16 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 31 May 2014 20:16:49 +0000 (13:16 -0700)
Doc/library/2to3.rst

index 1092e6b6207d9afd114283899758e605fb9abd4b..6473861883f327f4bbb409680a993e0fc92ab820 100644 (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`.