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

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


http://hg.python.org/cpython/rev/8fa8c290c165
changeset:   90931:8fa8c290c165
branch:      2.7
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
@@ -336,7 +336,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