diff -r ba8d87a27335 Doc/tutorial/errors.rst --- a/Doc/tutorial/errors.rst Wed Aug 10 16:54:31 2016 -0400 +++ b/Doc/tutorial/errors.rst Wed Aug 10 21:51:47 2016 -0400 @@ -265,8 +265,7 @@ __main__.MyError: 'oops!' In this example, the default :meth:`__init__` of :class:`Exception` has been -overridden. The new behavior simply creates the *value* attribute. This -replaces the default behavior of creating the *args* attribute. +overridden. The new behavior simply creates the *value* attribute. Exception classes can be defined which do anything any other class can do, but are usually kept simple, often only offering a number of attributes that allow