[Python-checkins] cpython (3.4): give the correct fixer name (closes #21604)

benjamin.peterson python-checkins at python.org
Sat May 31 22:17:22 CEST 2014


http://hg.python.org/cpython/rev/5d21491733d8
changeset:   90932:5d21491733d8
branch:      3.4
parent:      90921:53fa2c9523d4
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat May 31 13:16:49 2014 -0700
summary:
  give the correct fixer name (closes #21604)

files:
  Doc/library/2to3.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -392,7 +392,7 @@
    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`.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list