cpython (2.7): give the correct fixer name (closes #21604)
May 31, 2014
8:17 p.m.
http://hg.python.org/cpython/rev/8fa8c290c165 changeset: 90931:8fa8c290c165 branch: 2.7 user: Benjamin Peterson <benjamin@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
4307
Age (days ago)
4307
Last active (days ago)
0 comments
1 participants
participants (1)
-
benjamin.peterson