Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233df8 commit 3b1acf1Copy full SHA for 3b1acf1
1 file changed
Doc/library/exceptions.rst
@@ -40,9 +40,9 @@ The following exceptions are used mostly as base classes for other exceptions.
40
41
The base class for all built-in exceptions. It is not meant to be directly
42
inherited by user-defined classes (for that, use :exc:`Exception`). If
43
- :func:`bytes` or :func:`str` is called on an instance of this class, the
44
- representation of the argument(s) to the instance are returned, or the empty
45
- string when there were no arguments.
+ :func:`str` is called on an instance of this class, the representation of
+ the argument(s) to the instance are returned, or the empty string when
+ there were no arguments.
46
47
.. attribute:: args
48
0 commit comments