commit | d2058fb5b24bc0a505a57c33d26a98da2001a572 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat May 31 13:16:49 2014 -0700 |
committer | Benjamin Peterson <benjamin@python.org> | Sat May 31 13:16:49 2014 -0700 |
tree | 1d1439d4ab1659650c9eb21dfed935f26d4275a6 | |
parent | 15e5a165d0b5dea827e1be9a3f7102204260b5ea [diff] |
give the correct fixer name (closes #21604)
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 57bec84..a927510 100644 --- 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`.