diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-05-31 20:16:49 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-05-31 20:16:49 (GMT) |
commit | a8195770fa870802282bae6cab1bfa16108b78a5 (patch) | |
tree | 6cc94fc5fddb05d86491ad8ce2f3af609254aef4 /Doc | |
parent | 5f8784b7cc485ea7e34b89dc8cf3762a5088e20f (diff) | |
download | cpython-a8195770fa870802282bae6cab1bfa16108b78a5.zip cpython-a8195770fa870802282bae6cab1bfa16108b78a5.tar.gz cpython-a8195770fa870802282bae6cab1bfa16108b78a5.tar.bz2 |
give the correct fixer name (closes #21604)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/2to3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst index 1092e6b..6473861 100644 --- a/Doc/library/2to3.rst +++ b/Doc/library/2to3.rst @@ -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`. |